Set up build pipeline for Spark-3.0.0#348
Merged
Merged
Conversation
Contributor
Author
|
Currently, the following E2E tests are failing:
Contributions for fixing these are welcome! |
Contributor
Author
|
I am working on:
|
Contributor
|
I will work on: DataFrameTests/TestGroupedMapUdf |
AFFogarty
reviewed
Feb 20, 2020
This was referenced Sep 4, 2020
imback82
commented
Sep 6, 2020
|
|
||
| // Strip anything below version number. | ||
| // For example, "3.0.0-preview" should become "3.0.0". | ||
| Version = new Version(versionStr.Split('-')[0]); |
Contributor
Author
There was a problem hiding this comment.
This is technically not needed, but I didn't remove this b/c it could be useful when testing preview versions.
imback82
commented
Sep 7, 2020
| } | ||
| } | ||
|
|
||
| public sealed class SkipIfSparkVersionIsGreaterOrEqualTo : FactAttribute |
Contributor
Author
|
Merging this to master. Feel free to leave any comments if you haven't reviewed. cc: @suhsteve @Niharikadutta @AFFogarty @elvaliuliuliu |
Member
|
LGTM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR sets up CI for Spark-3.0.0.
There are few failing tests that were disabled and will be tracked by #657.