Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Jun 13, 2015

No description provided.

@SparkQA
Copy link

SparkQA commented Jun 13, 2015

Test build #34852 has finished for PR 6806 at commit c7fc3e6.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 14, 2015

Test build #34853 has finished for PR 6806 at commit ed1aebb.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

val f = try tag.runtimeClass.getDeclaredConstructor(params: _*) catch {
  case _: NoSuchMethodError =>
    throw new AnalysisException(s"Invalid number of arguments for function $name")
}

😄

@asfgit asfgit closed this in 2d71ba4 Jun 14, 2015
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
… FunctionRegistry

Author: Reynold Xin <[email protected]>

Closes apache#6806 from rxin/gs and squashes the following commits:

ed1aebb [Reynold Xin] Fixed style.
c7fc3e6 [Reynold Xin] [SPARK-8349][SQL] Use expression constructors (rather than apply) in FunctionRegistry
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