8000 feat: atomically create iceberg engine table · Issue #21863 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: atomically create iceberg engine table #21863

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

Open
chenzl25 opened this issue May 14, 2025 · 1 comment
Open

feat: atomically create iceberg engine table #21863

chenzl25 opened this issue May 14, 2025 · 1 comment
Milestone

Comments

@chenzl25
Copy link
Contributor
chenzl25 commented May 14, 2025

Currently, the iceberg table engine creation DDL is not atomic, which might produce a partially created table. We need to create the iceberg table atomically. We can use a dedicated RPC to create these objects in the meta node together.

  • Create a hummock table with a connector
  • Create an iceberg sink
  • Create an iceberg source
@github-actions github-actions bot added this to the release-2.5 milestone May 14, 2025
@chenzl25
Copy link
Contributor Author
chenzl25 commented May 14, 2025

Iceberg append only table depends on this feature.

@chenzl25 chenzl25 changed the title atomic create table feat: atomic create iceberg engine table May 14, 2025
@chenzl25 chenzl25 changed the title feat: atomic create iceberg engine table feat: atomically create iceberg engine table May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0