Skip to content
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

branch-3.0: [fix](build index)Fix build index empty index file on renamed column #43392

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. [fix](build index)Fix build index empty index file on renamed column (#…

    …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.
    qidaye authored and Your Name committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4d78ba9 View commit details
    Browse the repository at this point in the history