Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Feb 3, 2015

  1. Added Java-friendly version of the expression operators (i.e. gt, geq)
  2. Added JavaDoc for most operators
  3. Simplified expression operators by having only one version of the function (that accepts Any). Previously we had two methods for each expression operator, one accepting Any and another accepting Column.
  4. agg function now accepts varargs of (String, String).

rxin added 2 commits February 3, 2015 01:07
Conflicts:
	sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala
Added JavaDoc.
For each expression operator, have only one version of the function (that accepts Any). Previously we had two methods for each expression operator, one accepting Any and another accepting Column.
@SparkQA
Copy link

SparkQA commented Feb 3, 2015

Test build #26644 has started for PR 4332 at commit ab0aa69.

  • This patch merges cleanly.

@rxin
Copy link
Contributor Author

rxin commented Feb 3, 2015

cc @davies Number 3 is a big change - but it does simplify the API documentation quite a bit.

Copy link
Contributor

Choose a reason for hiding this comment

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

negative or neg?

@SparkQA
Copy link

SparkQA commented Feb 3, 2015

Test build #26644 has finished for PR 4332 at commit ab0aa69.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26644/
Test PASSed.

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.

4 participants