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
For some engines, when creating a table inside a transaction or with multiple preset properties (partitioning, sorting), instead of just using the Create Table endpoint for initializing, they use stage-create to create the bare-bone table and update it inside of a transaction. Thus, we need to support both for basic create table.
One thing to first check, is a table with stage-create accessible by other clients from the catalog, or only by the creator?
The text was updated successfully, but these errors were encountered:
Depends on #8.
For some engines, when creating a table inside a transaction or with multiple preset properties (partitioning, sorting), instead of just using the Create Table endpoint for initializing, they use
stage-create
to create the bare-bone table and update it inside of a transaction. Thus, we need to support both for basic create table.One thing to first check, is a table with
stage-create
accessible by other clients from the catalog, or only by the creator?The text was updated successfully, but these errors were encountered: