Uh oh!
There was an error while loading. Please reload this page.
[fix](build index)Fix build index empty index file on renamed column - #43336
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. |
qidaye
commented
Nov 6, 2024
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. |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
qidaye
commented
Nov 6, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
qidaye
commented
Nov 6, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 6, 2024
TeamCity be ut coverage result: |
qidaye
commented
Nov 6, 2024
run buildall |
qidaye
commented
Nov 6, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 6, 2024
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.
…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)