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

[Feature] Support Iceberg system tables. #48278

Open
2 of 8 tasks
wuwenchi opened this issue Feb 25, 2025 · 1 comment
Open
2 of 8 tasks

[Feature] Support Iceberg system tables. #48278

wuwenchi opened this issue Feb 25, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wuwenchi
Copy link
Contributor

wuwenchi commented Feb 25, 2025

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

@wuwenchi wuwenchi added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 25, 2025
@ChenMiaoi
Copy link

Im interesting this task, could u give me more information about how to start it or the relative pr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants