Closed
Conversation
Contributor
Reviewer's GuideUpdates Iceberg REST catalog test infrastructure and dependencies to support OAuth2 token exchange while bumping Iceberg/Parquet/Avro versions and adjusting Parquet writer APIs, plus minor dependency wiring changes for Iceberg and native execution modules. Flow diagram for dependency version alignment across modulesflowchart TB
ROOT_VERSIONS[Root pom.xml
dep.iceberg.version=1.10.0
dep.parquet.version=1.16.0
dep.avro.version=1.12.0]
ICEBERG_POM[presto-iceberg/pom.xml
uses root properties
adds parquet-hadoop
adds aws-sdk kms runtime]
NATIVE_POM[presto-native-execution/pom.xml
uses root parquet version
removes explicit parquet exclusions]
ROOT_VERSIONS --> |propagate properties| ICEBERG_POM
ROOT_VERSIONS --> |propagate properties| NATIVE_POM
ICEBERG_POM --> |aligns Iceberg and Parquet/Avro versions
for REST catalog tests and writers| ICEBERG_TESTS[Iceberg REST catalog tests]
NATIVE_POM --> |aligns Parquet versions
with Iceberg connector| NATIVE_ENGINE[Native execution engine]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
e966215 to
0db53ea
Compare
0db53ea to
dae3e4d
Compare
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.
Description
Just for test.
Motivation and Context
Impact
Test Plan
Contributor checklist
Release Notes