[NGSOK-1746] Spark 4.2 support#26
Closed
giggsoff wants to merge 3 commits into
Closed
Conversation
cb25494 to
01706ec
Compare
added 2 commits
June 23, 2026 19:03
Adapt the v4.2 tree (copied from v4.0) to the Apache Spark 4.2.0 APIs and wire the new engine modules into the build: - Port the Spark 4.2.0 view/geo APIs: ViewCatalog/SupportsReplaceView -> TableViewCatalog/ViewInfo, GeographyVal/GeometryVal -> BinaryView + Geography/GeometryType, and add reportDriverMetrics() to the staged/truncatable tables. - Build wiring: settings.gradle, gradle.properties (known/default Spark 4.2), spark/build.gradle, spark/v4.2/build.gradle (4.0->4.2, Scala target 17) and the spark-ci matrix. - Work around the iceberg-arrow netty pin: force netty-buffer/common 4.2.13 for the v4.2 build only (Spark 4.2 needs PlatformDependent.hasDirectByteBufferAddress, added in 4.2.12). - Update 4.2 test expectations and remaining 4.0->4.2 references.
Downstream-only changes layered on top of the generic Spark 4.2 support: - Depend on the Arenadata Spark fork artifact 4.2.0.1-4.3.0-1 instead of vanilla Apache Spark (gradle/libs.versions.toml). - Publish the 4.2 spark/extensions/runtime modules to the Arenadata GitHub Packages repo (.github/workflows/publish.yml). - Work around the fork's ALTER TABLE RENAME behavior in the managed-table migration tests: a managed source must be marked 'external.table.purge'='true' for migrateTable to find its data files (TestCreateActions#markPurgeableForMigration).
e3b25ea to
30ae7bc
Compare
Collaborator
Author
|
replaced by #27 |
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.
Uh oh!
There was an error while loading. Please reload this page.