-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CALCITE-6664] Replace GREATEST, LEAST functions in Spark library wit… #4090
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't change the SqlKind, this issue will become simple.
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
please squash the commits so we can merge this |
…h the implementation of PostgreSQL Library
67bb77a
to
75763c6
Compare
Commit Info needs to be consistent with Jira Summary and I think Jira summary is good. |
GREATEST
orLEAST
function in Spark library returns null if any of its parameters are null, it is not consistent with the description of Spark docsThis PR tries to replacement the implementation of these functions with the implementation in PostgreSQL Library