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

[fix](index) should not use light index change for bloom filter index #35214

Merged
merged 1 commit into from
May 28, 2024

Conversation

cambyzju
Copy link
Contributor

@cambyzju cambyzju commented May 22, 2024

Proposed changes

Only inverted index support light index change, bitmap and bloomfilter index do not support light index change.

Before this pr, if we add or drop bitmap and bloomfilter index, it only do linked schema change, do not rewrite index data for history data.

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@cambyzju cambyzju requested a review from dataroaring May 22, 2024 08:57
@cambyzju
Copy link
Contributor Author

run buildall

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@cambyzju
Copy link
Contributor Author

run buildall

Copy link
Contributor

@lide-reed lide-reed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label May 23, 2024
Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Member

@xy720 xy720 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xy720 xy720 merged commit f7552f4 into apache:master May 28, 2024
26 of 28 checks passed
@xy720 xy720 added area/bloom-filter-index Issues or PRS related to bloom filter index area/bitmap-index labels May 28, 2024
Copy link
Contributor

@xiaokang xiaokang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xiaokang xiaokang added usercase Important user case type label dev/2.0.11-merged and removed dev/2.0.x labels May 28, 2024
dataroaring pushed a commit that referenced this pull request May 31, 2024
…#35214)

## Proposed changes

Only inverted index support light index change, bitmap and bloomfilter
index do not support light index change.

Before this pr, if we add or drop bitmap and bloomfilter index, it only
do linked schema change, do not rewrite index data for history data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. area/bitmap-index area/bloom-filter-index Issues or PRS related to bloom filter index dev/2.0.11-merged dev/2.1.4-merged reviewed usercase Important user case type label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants