-
Notifications
You must be signed in to change notification settings - Fork 311
build: Enable Spark SQL tests for Spark 4.1.1 #4093
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
Merged
+4,421
−3
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0118dda
build: add spark-4.1 profile and enable Spark 4.1.1 SQL tests
andygrove 7a0dd7e
save current progress
andygrove 203b88a
fix: support Spark 4.1 IndexShuffleBlockResolver constructor and docu…
andygrove b17726e
docs: reflow spark-sql-tests.md with prettier
andygrove 626c966
build: add spark-4.1 test shim sources
andygrove 8521e41
test: add spark-4.1 plan-stability golden files
andygrove 7205d4d
Merge remote-tracking branch 'apache/main' into spark-4.1.1
andygrove 330e400
fix: add isVariantStruct shim for spark-4.1 profile
andygrove 50008a6
ci: purge partial pom-only entries from local Maven cache before sbt
andygrove 5daf943
ci: enable spark-4.1 PR builds in Linux and macOS matrices
andygrove e93e67d
fix: pin spark-4.1 profile Scala to 2.13.16 for semanticdb compatibility
andygrove 58bd76a
fix: keep spark-4.1 on Scala 2.13.17 and skip semanticdb lint
andygrove 05cd6c4
fix: drop -Pscala-2.13 from macOS spark-4.1 matrix entry
andygrove 5a60be2
fix: Spark 4.1 newTaskTempFile + REMAINDER_BY_ZERO error class
andygrove 9a154b7
Merge remote-tracking branch 'apache/main' into spark-4.1.1
andygrove 84379ec
test: drop spark-4.1 plan-stability golden files
andygrove dce8dfa
test: revert CometExpressionSuite spark-4.1 changes
andygrove cf81dea
ci: revert spark-4.1 entries from pr_build workflows
andygrove 1190b5a
fix(spark-4.1): unblock Spark 4.1.1 SQL tests in CI
andygrove fc8e8e3
fix(spark-4.1): skip failing tests in 4.1.1 SQL test diff
andygrove 98a178c
ci: raise SBT and forked JVM heap for Spark SQL tests
andygrove ebbc249
ci: drop _JAVA_OPTIONS that broke SBT startup
andygrove f5edafa
ci: run Spark SQL tests on runs-on.com 16-cpu runners
andygrove 2c79a49
ci: pin Hive tests to ubuntu-24.04 and skip flaky/incompatible 4.1 SQ…
andygrove 59494d1
test: skip Spark 4.1 plan-shape tests that introspect Spark-only types
andygrove f50b4a7
test: link IgnoreComet tags to tracking issue #4098
andygrove fff9158
ci: TEMP disable non-essential workflows on spark-4.1.1 branch
andygrove cb639a3
test: drop unused ShuffleExchangeExec import in StreamingQuerySuite
andygrove e91c669
Revert "ci: TEMP disable non-essential workflows on spark-4.1.1 branch"
andygrove c5a0b81
test: skip RocksDBStateStoreIntegrationSuite under Comet on Spark 4.1
andygrove 9f4ec9c
Merge remote-tracking branch 'apache/main' into spark-4.1.1
andygrove ef1c480
Merge branch 'main' into spark-4.1.1
andygrove File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
should we also add 4.2?
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.
Eventually, yes. This PR is for 4.1.1 but we can go through the same process for 4.2 in a separate PR.