[lake/iceberg] Support custom Iceberg lake table path - #4253
Open
litiliu wants to merge 2 commits into
Open
Conversation
litiliu
force-pushed
the
iceberg-custom-lake-table-path-4251
branch
8 times, most recently
from
September 9, 2026 08:09
f7d70f1 to
69d0785
Compare
litiliu
force-pushed
the
iceberg-custom-lake-table-path-4251
branch
from
September 9, 2026 08:29
69d0785 to
f01820c
Compare
litiliu
marked this pull request as ready for review
September 10, 2026 06:43
Contributor
Author
|
@luoyuxia Please take a look when you have time. Thanks! |
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.
Purpose
Linked issue: close #4251
Fluss currently requires an Iceberg lake table to use the same database and table name as the Fluss table. This change extends the existing
table.datalake.database-nameandtable.datalake.table-nameoptions to Iceberg, allowing the physical Iceberg table path to differ from the logical Fluss table path.Paimon already supports configuring a custom physical lake table path through #3523. This change provides the corresponding capability for Iceberg.
Brief change log
$laketables, including Iceberg metadata tables such as$lake$snapshotsand union reads.Tests
$lake,$lake$snapshots, and streaming union read. Its asynchronous result collection and job cancellation have explicit one-minute deadlines.FlinkUnionReadPrimaryKeyTableITCase#testUnionReadWithCustomLakeTablePath(passed).TableDescriptorValidationTest,IcebergLakeCatalogTest, andIcebergTieringTest(73 tests passed).API and Format
No public Java API or storage format changes. The existing table-level lake path options now also support Iceberg.
Documentation
Updated the configuration descriptions for
table.datalake.database-nameandtable.datalake.table-nameto include Iceberg.Generative AI disclosure