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-8822][SQL] clean up type checking in math.scala. #7220

Closed
wants to merge 3 commits into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Jul 4, 2015

No description provided.

@rxin
Copy link
Contributor Author

rxin commented Jul 4, 2015

cc @davies

@SparkQA
Copy link

SparkQA commented Jul 4, 2015

Test build #36524 has finished for PR 7220 at commit 0cda076.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • case class ScalaUDF(
    • case class CurrentDate() extends LeafExpression
    • case class CurrentTimestamp() extends LeafExpression
    • case class Hex(child: Expression) extends UnaryExpression with ExpectsInputTypes
    • case class UnHex(child: Expression) extends UnaryExpression with ExpectsInputTypes
    • case class ShiftLeft(left: Expression, right: Expression)
    • case class ShiftRight(left: Expression, right: Expression)
    • case class ShiftRightUnsigned(left: Expression, right: Expression)
    • case class UserDefinedFunction protected[sql] (

@davies
Copy link
Contributor

davies commented Jul 4, 2015

LGTM

@rxin
Copy link
Contributor Author

rxin commented Jul 4, 2015

Thanks - merged.

@rxin
Copy link
Contributor Author

rxin commented Jul 4, 2015

(just realized this conflicts with your patch that I reverted - but hopefully it's easy to resolve the conflicts)

@asfgit asfgit closed this in c991ef5 Jul 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants