Skip to content

feat(query): support create/drop table under iceberg catalog #17619

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

Merged
merged 2 commits into from
Mar 19, 2025

Conversation

TCeason
Copy link
Collaborator

@TCeason TCeason commented Mar 18, 2025

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Now we only support create table without partition and options;

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@TCeason TCeason marked this pull request as draft March 18, 2025 04:20
@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label Mar 18, 2025
Now we only support create table without partition and options;
@TCeason TCeason force-pushed the create_iceberg_table branch 6 times, most recently from fb758db to bbeeaed Compare March 18, 2025 11:11
@TCeason TCeason force-pushed the create_iceberg_table branch from bbeeaed to 8dd2f08 Compare March 18, 2025 12:46
@TCeason TCeason force-pushed the create_iceberg_table branch from 8dd2f08 to a4bf42a Compare March 19, 2025 00:56
@TCeason TCeason marked this pull request as ready for review March 19, 2025 01:41
@TCeason TCeason requested review from sundy-li and Xuanwo March 19, 2025 01:41
@sundy-li sundy-li merged commit 97b0692 into databendlabs:main Mar 19, 2025
149 of 151 checks passed
loloxwg pushed a commit to loloxwg/databend that referenced this pull request Apr 3, 2025
…dlabs#17619)

* feat(query): support create/drop table under iceberg catalog

Now we only support create table without partition and options;

* fix test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants