-
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](inverted index)Support rename column with inverted index #38079
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Cases will be added in another PR. |
run buildall |
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 test case
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 41132 ms
|
run feut |
TPC-DS: Total hot run time: 173515 ms
|
ClickBench: Total hot run time: 30.72 s
|
run external |
run feut |
run p0 |
run p1 |
run feut |
run p0 |
run p1 |
Copy columns and properties to make them mutable.
0f95cbb
to
6f78db4
Compare
run buildall |
TPC-H: Total hot run time: 39845 ms
|
TPC-DS: Total hot run time: 173091 ms
|
ClickBench: Total hot run time: 30.07 s
|
run external |
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. |
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
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
…e#38079) Copy columns and properties to make them mutable. close apache#38078
Copy columns and properties to make them mutable. close #38078
## Proposed changes 1. Add exception when trying to change index storage format 2. Add test cases for index format v2 - test_add_build_index_with_format_v2 - test_create_table_with_format_v2 - test_cumulative_compaction_with_format_v2 - test_drop_column_with_format_v2 - test_drop_index_with_format_v2 - test_index_change_format - test_mor_table_with_format_v2 - test_mow_table_with_format_v2 - test_recover_with_format_v2 - test_rename_column_with_format_v2 - test_single_replica_compaction_with_format_v2 3. There is a test case `test_rename_column_with_format_v2` for #38079
…38132) ## Proposed changes 1. Add exception when trying to change index storage format 2. Add test cases for index format v2 - test_add_build_index_with_format_v2 - test_create_table_with_format_v2 - test_cumulative_compaction_with_format_v2 - test_drop_column_with_format_v2 - test_drop_index_with_format_v2 - test_index_change_format - test_mor_table_with_format_v2 - test_mow_table_with_format_v2 - test_recover_with_format_v2 - test_rename_column_with_format_v2 - test_single_replica_compaction_with_format_v2 3. There is a test case `test_rename_column_with_format_v2` for apache#38079
## Proposed changes 1. Add exception when trying to change index storage format 2. Add test cases for index format v2 - test_add_build_index_with_format_v2 - test_create_table_with_format_v2 - test_cumulative_compaction_with_format_v2 - test_drop_column_with_format_v2 - test_drop_index_with_format_v2 - test_index_change_format - test_mor_table_with_format_v2 - test_mow_table_with_format_v2 - test_recover_with_format_v2 - test_rename_column_with_format_v2 - test_single_replica_compaction_with_format_v2 3. There is a test case `test_rename_column_with_format_v2` for #38079
…38132) ## Proposed changes 1. Add exception when trying to change index storage format 2. Add test cases for index format v2 - test_add_build_index_with_format_v2 - test_create_table_with_format_v2 - test_cumulative_compaction_with_format_v2 - test_drop_column_with_format_v2 - test_drop_index_with_format_v2 - test_index_change_format - test_mor_table_with_format_v2 - test_mow_table_with_format_v2 - test_recover_with_format_v2 - test_rename_column_with_format_v2 - test_single_replica_compaction_with_format_v2 3. There is a test case `test_rename_column_with_format_v2` for apache#38079
Proposed changes
Copy columns and properties to make them mutable.
close #38078