[fix](build index)Fix build index empty index file on renamed column#43336
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
TeamCity be ut coverage result: |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
TeamCity be ut coverage result: |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
…43336) ### What problem does this PR solve? This PR is a followup repair on the basis of #42882. Building index on renamed column will produce an empty index file, when `column_idx` is not found. The query is successful because match without inverted index. Move test_match_without_index to fault_injection folder and make it non-concurrent to avoid concurrency issues.
…pache#43336) ### What problem does this PR solve? This PR is a followup repair on the basis of apache#42882. Building index on renamed column will produce an empty index file, when `column_idx` is not found. The query is successful because match without inverted index. Move test_match_without_index to fault_injection folder and make it non-concurrent to avoid concurrency issues.
…amed column (#43392) Cherry-picked from #43336 Co-authored-by: qiye <[email protected]>
…43246)(#43336) (#43266) bp #42882 #43246 #43336 We pick these PRs together because they all fix one problem and if not do so, the regression test won't be passed. --------- Co-authored-by: Sun Chenyang <[email protected]> Co-authored-by: qidaye <[email protected]>
…pache#43336) ### What problem does this PR solve? This PR is a followup repair on the basis of apache#42882. Building index on renamed column will produce an empty index file, when `column_idx` is not found. The query is successful because match without inverted index. Move test_match_without_index to fault_injection folder and make it non-concurrent to avoid concurrency issues.
What problem does this PR solve?
This PR is a followup repair on the basis of #42882.
Building index on renamed column will produce an empty index file, when
column_idxis not found.The query is successful because match without inverted index.
Move test_match_without_index to fault_injection folder and make it non-concurrent to avoid concurrency issues.
Check List (For Committer)
Test
Behavior changed:
Does this need documentation?
Release note
Fix build index empty index file on renamed column
Check List (For Reviewer who merge this PR)