-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[fix](bloom filter)Fix drop column with bloom filter index #44361
Conversation
1. When drop column with bloom filter, we can not do light schema change. 2. Set light_schema_change to false, to log the operation in editLog.
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
Outdated
Show resolved
Hide resolved
TPC-H: Total hot run time: 39934 ms
|
TPC-DS: Total hot run time: 191241 ms
|
ClickBench: Total hot run time: 32.92 s
|
run buildall |
TPC-H: Total hot run time: 40258 ms
|
TPC-DS: Total hot run time: 191637 ms
|
ClickBench: Total hot run time: 32.68 s
|
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.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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.
LGTM
) Problem Summary: 1. When drop column with bloom filter, we modify the bloom filter column info 2. When replay editLog, we rebuild bloom filter info by table schema. Related PR: apache#41369 Fix drop column with bloom filter index
) Problem Summary: 1. When drop column with bloom filter, we modify the bloom filter column info 2. When replay editLog, we rebuild bloom filter info by table schema. Related PR: apache#41369 Fix drop column with bloom filter index
) Problem Summary: 1. When drop column with bloom filter, we modify the bloom filter column info 2. When replay editLog, we rebuild bloom filter info by table schema. Related PR: apache#41369 Fix drop column with bloom filter index
What problem does this PR solve?
Related PR: #41369
Problem Summary:
Release note
Fix drop column with bloom filter
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)