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-9164][SQL] codegen hex/unhex #7548

Closed
wants to merge 1 commit into from

Conversation

tarekbecker
Copy link
Contributor

Jira: https://issues.apache.org/jira/browse/SPARK-9164

The diff looks heavy, but I just moved the hex and unhex methods to object Hex. This allows me to call them from eval and codeGen

@SparkQA
Copy link

SparkQA commented Jul 21, 2015

Test build #1130 has finished for PR 7548 at commit dd91c57.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • trait Nondeterministic
    • case class Hex(child: Expression) extends UnaryExpression with ImplicitCastInputTypes
    • case class Unhex(child: Expression) extends UnaryExpression with ImplicitCastInputTypes
    • abstract class RDG extends LeafExpression with Nondeterministic
    • case class Rand(seed: Long) extends RDG
    • case class Randn(seed: Long) extends RDG
    • case class Ascii(child: Expression) extends UnaryExpression with ImplicitCastInputTypes
    • case class Base64(child: Expression) extends UnaryExpression with ImplicitCastInputTypes
    • case class UnBase64(child: Expression) extends UnaryExpression with ImplicitCastInputTypes
    • class ShuffledRowRDD(

@marmbrus
Copy link
Contributor

Thanks! Merged to master.

@asfgit asfgit closed this in 936a96c Jul 21, 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