Skip to content

Deprecate iceberg.materialized-views.storage-schema property#24398

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
anusudarsan:anu/deprecate-storage-schema-iceberg-mv
Dec 10, 2024
Merged

Deprecate iceberg.materialized-views.storage-schema property#24398
ebyhr merged 1 commit intotrinodb:masterfrom
anusudarsan:anu/deprecate-storage-schema-iceberg-mv

Conversation

@anusudarsan
Copy link
Copy Markdown
Member

@anusudarsan anusudarsan commented Dec 6, 2024

Description

The recommended way of handling storage tables is to have iceberg.materialized-views.hide-storage-table set to true, and not use iceberg.materialized-views.storage-schema. iceberg.materialized-views.hide-storage-table is already deprecated. We should stick with the default behavior of hiding the storage table from end users, and not having to set a schema for storing them.

Release notes

## Iceberg
* Deprecate the `iceberg.materialized-views.storage-schema` configuration property. ({issue}`24398`)

@cla-bot cla-bot bot added the cla-signed label Dec 6, 2024
@github-actions github-actions bot added docs iceberg Iceberg connector labels Dec 6, 2024
The recommended way of handling storage tables is to have `iceberg.materialized-views.hide-storage-table` set to true, and not use `iceberg.materialized-views.storage-schema`. `iceberg.materialized-views.hide-storage-table` is already deprecated. We should stick with the default behavior of hiding the storage table from end users, and not having to set a schema for storing them.
@anusudarsan anusudarsan force-pushed the anu/deprecate-storage-schema-iceberg-mv branch from e2d2c37 to 38ea2a0 Compare December 6, 2024 19:02
@ebyhr ebyhr merged commit 1f2249b into trinodb:master Dec 10, 2024
@github-actions github-actions bot added this to the 468 milestone Dec 10, 2024
@anusudarsan anusudarsan deleted the anu/deprecate-storage-schema-iceberg-mv branch December 10, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants