Skip to content

[SPARK-16855][SQL] move Greatest and Least from conditionalExpressions.scala to arithmetic.scala #14460

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

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

Greatest and Least are not conditional expressions, but arithmetic expressions.

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Aug 2, 2016

Test build #63119 has finished for PR 14460 at commit a2e03ca.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class Least(children: Seq[Expression]) extends Expression
    • case class Greatest(children: Seq[Expression]) extends Expression

@rxin
Copy link
Contributor

rxin commented Aug 2, 2016

Merging in master/2.0.

@rxin
Copy link
Contributor

rxin commented Aug 2, 2016

Actually I've only merged this in master.

@asfgit asfgit closed this in a9beeaa Aug 2, 2016
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.

3 participants