Skip to content
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

Rework DDL operators #3178

Merged
merged 4 commits into from
Apr 1, 2024
Merged

Rework DDL operators #3178

merged 4 commits into from
Apr 1, 2024

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Mar 31, 2024

Merge DDL operators into three:

  • Alter
  • CreateTable
  • DropTable

Operations around comment should also be refactored into Alter operator.

Note: We didn't correctly handle case-insensitive before this change. Now it should be correctly done. Need more tests on this.

Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 98.61751% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 92.20%. Comparing base (6f0d8f8) to head (1c577a1).

Files Patch % Lines
src/catalog/catalog_content.cpp 97.18% 2 Missing ⚠️
src/catalog/catalog.cpp 97.67% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3178      +/-   ##
==========================================
- Coverage   92.21%   92.20%   -0.02%     
==========================================
  Files        1171     1157      -14     
  Lines       44126    44010     -116     
==========================================
- Hits        40692    40580     -112     
+ Misses       3434     3430       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/storage/wal/wal.cpp Show resolved Hide resolved
src/include/binder/binder.h Show resolved Hide resolved
src/include/binder/binder.h Show resolved Hide resolved
src/include/catalog/catalog_content.h Show resolved Hide resolved
src/catalog/catalog.cpp Show resolved Hide resolved
src/catalog/catalog_content.cpp Outdated Show resolved Hide resolved
src/catalog/catalog_content.cpp Show resolved Hide resolved
@ray6080 ray6080 merged commit 6b1d45a into master Apr 1, 2024
17 checks passed
@ray6080 ray6080 deleted the rework-ddl-operators branch April 1, 2024 03:39
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.

None yet

3 participants