Uh oh!
There was an error while loading. Please reload this page.
[fix](variant) fix index in variant - #43375
Conversation
doris-robot
commented
Nov 6, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
csun5285
commented
Nov 6, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Nov 6, 2024
TPC-H: Total hot run time: 41339 ms |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Nov 6, 2024
TPC-DS: Total hot run time: 194742 ms |
doris-robot
commented
Nov 6, 2024
ClickBench: Total hot run time: 32.55 s |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
csun5285
commented
Nov 8, 2024
run buildall |
doris-robot
commented
Nov 8, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
2a6773a to
cd6025eComparecsun5285
commented
Nov 11, 2024
run buildall |
doris-robot
commented
Nov 11, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
### What problem does this PR solve? Problem Summary: 1. Fixing error checks, `InvertedIndexColumnWriter::check_support_inverted_index`, It is not appropriate to determine support for other indexes by checking the inverted index. 2. Fix `TableSchema::update_index()` Co-authored-by: csun5285 <sunchenyang@selectdb.com>
Problem Summary: 1. Fixing error checks, `InvertedIndexColumnWriter::check_support_inverted_index`, It is not appropriate to determine support for other indexes by checking the inverted index. 2. Fix `TableSchema::update_index()` Co-authored-by: csun5285 <sunchenyang@selectdb.com>
Problem Summary: 1. Fixing error checks, `InvertedIndexColumnWriter::check_support_inverted_index`, It is not appropriate to determine support for other indexes by checking the inverted index. 2. Fix `TableSchema::update_index()` pick from master #43375
### What problem does this PR solve? Problem Summary: 1. Fixing error checks, `InvertedIndexColumnWriter::check_support_inverted_index`, It is not appropriate to determine support for other indexes by checking the inverted index. 2. Fix `TableSchema::update_index()` Co-authored-by: csun5285 <sunchenyang@selectdb.com>
What problem does this PR solve?
Problem Summary:
InvertedIndexColumnWriter::check_support_inverted_index, It is not appropriate to determine support for other indexes by checking the inverted index.TableSchema::update_index()Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Release note
None
Check List (For Reviewer who merge this PR)