Skip to content

[iceberg] Pass table location when creating tables via the REST committer#8290

Merged
JingsongLi merged 2 commits into
apache:masterfrom
tejanshrana:iceberg-rest-glue-location
Jun 20, 2026
Merged

[iceberg] Pass table location when creating tables via the REST committer#8290
JingsongLi merged 2 commits into
apache:masterfrom
tejanshrana:iceberg-rest-glue-location

Conversation

@tejanshrana

@tejanshrana tejanshrana commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Purpose

IcebergRestMetadataCommitter#createTable creates tables without a location. Catalogs that auto-assign one tolerated this but AWS Glue's Iceberg REST endpoint does not, so creation failed. This PR passes the location Paimon already writes its metadata to normalised to s3:// (Glue rejects the s3a:// scheme Paimon's warehouse uses).
Issue: #8267

Tests

IcebergRestMetadataCommitterTest#testToRestLocationNormalizesScheme;

@tejanshrana tejanshrana force-pushed the iceberg-rest-glue-location branch 2 times, most recently from bf9fda3 to 7310867 Compare June 19, 2026 11:39
@tejanshrana tejanshrana force-pushed the iceberg-rest-glue-location branch from 7310867 to 37afa5f Compare June 19, 2026 13:20

@JingsongLi JingsongLi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi JingsongLi merged commit df3dd39 into apache:master Jun 20, 2026
12 checks passed
@tejanshrana tejanshrana deleted the iceberg-rest-glue-location branch June 20, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants