-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[test](inverted index)Add cases for inverted index format v2 #38132
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
run performance |
run buildall |
TPC-H: Total hot run time: 40107 ms
|
TPC-DS: Total hot run time: 174004 ms
|
ClickBench: Total hot run time: 30.11 s
|
run buildall |
TPC-H: Total hot run time: 40151 ms
|
TPC-DS: Total hot run time: 174172 ms
|
ClickBench: Total hot run time: 30.71 s
|
run buildall |
TPC-H: Total hot run time: 39918 ms
|
TPC-DS: Total hot run time: 172179 ms
|
ClickBench: Total hot run time: 30.36 s
|
run external |
run p0 |
run cloud_p0 |
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…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
test_rename_column_with_format_v2
for [fix](inverted index)Support rename column with inverted index #38079