Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-18508][SQL] Fix documentation error for DateDiff #15937

Closed
wants to merge 3 commits into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Nov 19, 2016

What changes were proposed in this pull request?

The previous documentation and example for DateDiff was wrong.

How was this patch tested?

Doc only change.

@rxin rxin changed the title [SQL] Fix documentation error for DateDiff [SPARK-18508][SQL] Fix documentation error for DateDiff Nov 19, 2016
@SparkQA
Copy link

SparkQA commented Nov 19, 2016

Test build #68882 has started for PR 15937 at commit cf938d3.

@gatorsmile
Copy link
Member

LGTM

Sorry, I did not catch this.

@AmplabJenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/68882/
Test FAILed.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented Nov 19, 2016

Hi @rxin, actually, I found another wrong example in ConcatWs before.

in stringExpressions.scala

- > SELECT _FUNC_(' ', Spark', 'SQL');
+ > SELECT _FUNC_(' ', 'Spark', 'SQL');

If you don't mind and it sounds good, this might be able to be included here together.

BTW, there were plenty of wrong examples fixed in the last PR but it seems I missed some.

@rxin
Copy link
Contributor Author

rxin commented Nov 20, 2016

Thanks I will fix that too.

Merging this in master/branch-2.1.

@rxin rxin closed this Nov 20, 2016
asfgit pushed a commit that referenced this pull request Nov 20, 2016
## What changes were proposed in this pull request?
The previous documentation and example for DateDiff was wrong.

## How was this patch tested?
Doc only change.

Author: Reynold Xin <[email protected]>

Closes #15937 from rxin/datediff-doc.

(cherry picked from commit bce9a03)
Signed-off-by: Reynold Xin <[email protected]>
ghost pushed a commit to dbtsai/spark that referenced this pull request Nov 20, 2016
## What changes were proposed in this pull request?
The previous documentation and example for DateDiff was wrong.

## How was this patch tested?
Doc only change.

Author: Reynold Xin <[email protected]>

Closes apache#15937 from rxin/datediff-doc.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## What changes were proposed in this pull request?
The previous documentation and example for DateDiff was wrong.

## How was this patch tested?
Doc only change.

Author: Reynold Xin <[email protected]>

Closes apache#15937 from rxin/datediff-doc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants