-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SQL] SPARK-1367 Fix NPE when joining parquet tables by serializing operator output. #292
Conversation
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13649/ |
Jenkins, test this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Hey Michael, it looks cool. One simple question: why |
@jerryshao, good question. It is likely that we could mark quite a few things as transient that are currently not. However, I'm hesitant to do so this close to the 1.0 freeze since, as this bug shows, it is not always easy to reason about what is going to be required at runtime. At some point before 1.1 we should audit all of the stuff that is being shipped to try and minimize our closure size. |
I'm going to close this. @AndreSchumacher fixed it also (and actually checks to make sure the answer is correct!) in #195 and I don't want to cause conflicts. |
standard Naive Bayes classifier Has implemented the standard Naive Bayes classifier. This is an updated version of apache#288, which is closed because of misoperations.
Remove docker-machine jobs --debug option
No description provided.