-
Notifications
You must be signed in to change notification settings - Fork 201
Drop macros new #5999
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
base: master
Are you sure you want to change the base?
Drop macros new #5999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me now. just one minor code style issue. Thanks!
@@ -97,6 +100,34 @@ void Drop::dropTable(const main::ClientContext* context) { | |||
catalog->dropTableEntryAndIndex(transaction, dropInfo.name); | |||
appendMessage(stringFormat("Table {} has been dropped.", dropInfo.name), memoryManager); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a line in between here.
Benchmark ResultMaster commit hash: No major diffs! Other queries
|
7809a9e
to
9f831a9
Compare
737a463
to
021d44b
Compare
Add support for dropping macros.
Add test: commit, rollback, recovery on drop macro
Fixed:
Issue #5943, dropping macros