-
Notifications
You must be signed in to change notification settings - Fork 331
Set up build pipeline for Spark-3.0.0 #348
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
|
Currently, the following E2E tests are failing:
Contributions for fixing these are welcome! |
|
I am working on:
|
|
I will work on: DataFrameTests/TestGroupedMapUdf |
|
|
||
| // Strip anything below version number. | ||
| // For example, "3.0.0-preview" should become "3.0.0". | ||
| Version = new Version(versionStr.Split('-')[0]); |
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 is technically not needed, but I didn't remove this b/c it could be useful when testing preview versions.
| } | ||
| } | ||
|
|
||
| public sealed class SkipIfSparkVersionIsGreaterOrEqualTo : FactAttribute |
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 is taken from #653.
|
Merging this to master. Feel free to leave any comments if you haven't reviewed. cc: @suhsteve @Niharikadutta @AFFogarty @elvaliuliuliu |
|
LGTM. |
This PR sets up CI for Spark-3.0.0.
There are few failing tests that were disabled and will be tracked by #657.