Skip to content

Conversation

@HeartLinked
Copy link
Contributor

@HeartLinked HeartLinked commented Dec 17, 2025

closes #389 .

@HeartLinked HeartLinked force-pushed the feat/rest-createtable branch from a2fa579 to c16b422 Compare December 19, 2025 07:43
{"community", "apache"}};

// Create parent namespaces first
auto status = catalog->CreateNamespace(Namespace{.levels = {"test_create_table"}}, {});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required by this PR: we can add some common functions to quickly create the catalog and namespace since these are reused in different cases.

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@wgtmac wgtmac merged commit 1a56283 into apache:main Dec 19, 2025
10 checks passed
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

Successfully merging this pull request may close these issues.

Implement CreateTable for REST catalog

2 participants