Skip to content

[Feature] Support Iceberg system tables. #48278

@wuwenchi

Description

@wuwenchi

Search before asking

  • I had searched in the issues and found no similar issues.

Description

  1. Support querying system tables via '$', like:
select * from [catalog.][db.]table$system_table;

The system tables that need to be supported include:

  • refs
  • snapshots (replace with 'iceberg_meta')
  • manifests
  • files
  • partitions
  1. These system tables also support timestamp travel queries, like:
select * from [catalog.][db.]table$partitions VERSION AS OF 10963874102873

Use case

No response

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stalekind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions