-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Branch-3.0 [Fix](RowStore) fix partial columns as row store (#49542) #49609
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 40021 ms |
TPC-DS: Total hot run time: 197520 ms |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
ClickBench: Total hot run time: 31.93 s |
1. fix the row store columns comparison logic in SchemaChangeHandler. The tests verify the correct behavior when comparing row store columns during ALTER TABLE operations 2. fix partial columns when meet delete sign These tests ensure that the system correctly determines when schema changes are needed when users modify row store column properties through ALTER TABLE statements.
6db64dc to
56239fd
Compare
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
dataroaring
left a comment
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
cherry-pick from #49542