Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Mar 20, 2015

Also implemented equals/hashCode when they are missing.

This is done in order to enable automatic public method type checking.

Also implemented equals/hashCode when they are missing.

This is done in order to enable automatic public method type checking.
@SparkQA
Copy link

SparkQA commented Mar 20, 2015

Test build #28916 has started for PR 5104 at commit 8b36733.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Mar 20, 2015

Test build #28916 has finished for PR 5104 at commit 8b36733.

  • 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/28916/
Test PASSed.

Copy link
Contributor

Choose a reason for hiding this comment

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

This pair of braces is redundant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but it is much more clear to have them. this block is pretty long.

@liancheng
Copy link
Contributor

Left some minor comments, otherwise LGTM.

@rxin rxin changed the title [SPARK-6428][SQL] Added explicit type for all public methods. [SPARK-6428][SQL] Added explicit type for all public methods in sql/core Mar 20, 2015
@SparkQA
Copy link

SparkQA commented Mar 20, 2015

Test build #28933 has started for PR 5104 at commit ffce6f3.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Mar 20, 2015

Test build #28933 has finished for PR 5104 at commit ffce6f3.

  • 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/28933/
Test PASSed.

@marmbrus
Copy link
Contributor

LGTM

@asfgit asfgit closed this in a95043b Mar 20, 2015
asfgit pushed a commit that referenced this pull request Mar 21, 2015
Also implemented equals/hashCode when they are missing.

This is done in order to enable automatic public method type checking.

Author: Reynold Xin <[email protected]>

Closes #5104 from rxin/sql-hashcode-explicittype and squashes the following commits:

ffce6f3 [Reynold Xin] Code review feedback.
8b36733 [Reynold Xin] [SPARK-6428][SQL] Added explicit type for all public methods.

(cherry picked from commit a95043b)
Signed-off-by: Michael Armbrust <[email protected]>

Conflicts:
	sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala
@marmbrus
Copy link
Contributor

backported to branch-1.3

@rxin rxin deleted the sql-hashcode-explicittype branch March 21, 2015 22:46
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.

5 participants