Uh oh!
There was an error while loading. Please reload this page.
clarify array_contains function description - #17380
Closed
lwwmanning wants to merge 1 commit into
Closed
Conversation
AmplabJenkins
commented
Mar 21, 2017
Can one of the admins verify this patch? |
rxin
commented
Mar 21, 2017
Contributor
Thanks - merging in master/branch-2.1. |
asfgit pushed a commit
that referenced
this pull request
Mar 21, 2017
## What changes were proposed in this pull request? The description in the comment for array_contains is vague/incomplete (i.e., doesn't mention that it returns `null` if the array is `null`); this PR fixes that. ## How was this patch tested? No testing, since it merely changes a comment. Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Will Manning <lwwmanning@gmail.com> Closes#17380 from lwwmanning/patch-1. (cherry picked from commit a04dcde) Signed-off-by: Reynold Xin <rxin@databricks.com>
asfgit pushed a commit
that referenced
this pull request
Mar 27, 2017
## What changes were proposed in this pull request? This PR proposes to match minor documentations changes in #17399 and #17380 to R/Python. ## How was this patch tested? Manual tests in Python , Python tests via `./python/run-tests.py --module=pyspark-sql` and lint-checks for Python/R. Author: hyukjinkwon <gurwls223@gmail.com> Closes#17429 from HyukjinKwon/minor-match-doc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
The description in the comment for array_contains is vague/incomplete (i.e., doesn't mention that it returns
nullif the array isnull); this PR fixes that.How was this patch tested?
No testing, since it merely changes a comment.
Please review http://spark.apache.org/contributing.html before opening a pull request.