-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatible #479
Conversation
Merged build triggered. |
Merged build started. |
lgtm |
This might fail the build initially, because I uploaded pyrolite to sonatype just a little while ago. It might be a while before it propagates. |
do we actually publish our own pyrolite? |
Yeah, we publish our own. The Pyrolite project itself doesn't maintain anything in maven |
Merged build finished. All automated tests passed. |
All automated tests passed. |
@pwendell I'm not sure if this invoked the SparkSQL tests |
That's fine, I'm just gonna merge this. The heuristic didn't detect changes in SQL so it didn't run the tests, but we'll catch any errors in the nightly tests. |
Changed the Pyrolite dependency to a build which targets Java 6. Author: Ahir Reddy <[email protected]> Closes #479 from ahirreddy/java6-pyrolite and squashes the following commits: 8ea25d3 [Ahir Reddy] Updated maven build to use java 6 compatible pyrolite dabc703 [Ahir Reddy] Updated Pyrolite dependency to be Java 6 compatible (cherry picked from commit 0f87e6a) Signed-off-by: Patrick Wendell <[email protected]>
Changed the Pyrolite dependency to a build which targets Java 6. Author: Ahir Reddy <[email protected]> Closes apache#479 from ahirreddy/java6-pyrolite and squashes the following commits: 8ea25d3 [Ahir Reddy] Updated maven build to use java 6 compatible pyrolite dabc703 [Ahir Reddy] Updated Pyrolite dependency to be Java 6 compatible
…river/executors (#479) * Added configuration properties to inject arbitrary secrets into the driver/executors * Addressed comments
…river/executors (apache#479) * Added configuration properties to inject arbitrary secrets into the driver/executors * Addressed comments
Move outside periodic jobs back to OpenLab
…#479) * Revert "KE-37052 translate boolean column to V2Predicate (apache#477)" This reverts commit 7796f19. * KE-37052 translate boolean column to V2Predicate (apache#476) * KE-37052 translate boolean column to V2Predicate * update spark version
Changed the Pyrolite dependency to a build which targets Java 6.