-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6428][SQL] Added explicit type for all public methods in sql/core #5104
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
Conversation
Also implemented equals/hashCode when they are missing. This is done in order to enable automatic public method type checking.
|
Test build #28916 has started for PR 5104 at commit
|
|
Test build #28916 has finished for PR 5104 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
|
Left some minor comments, otherwise LGTM. |
|
Test build #28933 has started for PR 5104 at commit
|
|
Test build #28933 has finished for PR 5104 at commit
|
|
Test PASSed. |
|
LGTM |
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
|
backported to branch-1.3 |
Also implemented equals/hashCode when they are missing.
This is done in order to enable automatic public method type checking.