Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add system tables for Iceberg materialized view #25110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mosiac1
Copy link
Contributor

@mosiac1 mosiac1 commented Feb 21, 2025

Description

Add support for Iceberg metadata system tables like $file and $snapshots for materialized views.

Resolves #10916.

Additional context and related issues

Supports the same metadata tables as regular Iceberg tables; full list of metadata tables is https://trino.io/docs/current/connector/iceberg.html#metadata-tables.

For testing, I extended BaseIcebergSystemTables (some tests don't apply and are disabled), so the coverage is the same as for metadata tables of regular Iceberg tables.

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

Add metadata tables for Iceberg materialized views.

@cla-bot cla-bot bot added the cla-signed label Feb 21, 2025
@github-actions github-actions bot added the iceberg Iceberg connector label Feb 21, 2025
@ebyhr ebyhr self-requested a review February 22, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

Add a system table to inspect available properties for materialized views
1 participant