-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-5244] [SQL] add coalesce() in sql parser #4040
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
Conversation
|
Test build #25530 has started for PR 4040 at commit
|
|
Test build #25530 has finished for PR 4040 at commit
|
|
Test PASSed. |
|
I've reverted this PR because it conflicted with another PR and has led to test compilation failures in SQLQuerySuite: I'm reverting now to unblock pull request testing. I believe that this may have been due to some recent refactoring in other parts of SQL, which Jenkins didn't detect because this wasn't retested recently. |
Author: Daoyuan Wang <[email protected]> Closes apache#4040 from adrian-wang/coalesce and squashes the following commits: 0ac8e8f [Daoyuan Wang] add coalesce() in sql parser
|
I have put code here together into #4057 |
…ypes for parameters of coalesce I'll add test case in #4040 Author: Daoyuan Wang <[email protected]> Closes #4057 from adrian-wang/coal and squashes the following commits: 4d0111a [Daoyuan Wang] address Yin's comments c393e18 [Daoyuan Wang] fix rebase conflicts e47c03a [Daoyuan Wang] add coalesce in parser c74828d [Daoyuan Wang] cast types for coalesce
No description provided.