You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: