[Improvement] Allow OR condition with "match" expression#76
Draft
henriqueng wants to merge 161 commits into
Draft
[Improvement] Allow OR condition with "match" expression#76henriqueng wants to merge 161 commits into
henriqueng wants to merge 161 commits into
Conversation
e5e3273 to
dd96a43
Compare
Signed-off-by: Henrique Duarte Lima <henrique@engduarte.com>
dd96a43 to
9e72305
Compare
Signed-off-by: Henrique Duarte Lima <henrique@engduarte.com>
b3117c9 to
c97b247
Compare
c97b247 to
c219592
Compare
fe3aa7a to
5553c65
Compare
Signed-off-by: Henrique Duarte Lima <henrique@engduarte.com>
5553c65 to
e24fa5c
Compare
Signed-off-by: Martynov Maxim <martinov_m_s_@mail.ru> Signed-off-by: stdpain <drfeng08@gmail.com> Co-authored-by: stdpain <drfeng08@gmail.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
…8765) Signed-off-by: wangshifa.1 <wangshifa.1@jd.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
…ickhouse (StarRocks#65825) Signed-off-by: xiaoxiaobinin <916352455@qq.com> Signed-off-by: stdpain <drfeng08@gmail.com>
…s#68764) Signed-off-by: Ratul Dawar <ratuldawar11@gmail.com>
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
…ks#68674) Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com> Co-authored-by: Tony Xia <tony.xia@celerdata.com> Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
…destroy (StarRocks#68801) Signed-off-by: luohaha <18810541851@163.com>
…index flush (StarRocks#68772) Signed-off-by: arvindksi274-ksolves <arvind.kandpal@ksolves.com>
…e meta (StarRocks#68781) Signed-off-by: srlch <linzichao@starrocks.com>
Signed-off-by: SevenJ <wenjun7j@gmail.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
…splitting (StarRocks#69152) Signed-off-by: luohaha <18810541851@163.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…tarRocks#69149) Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
…#68938) Signed-off-by: stdpain <drfeng08@gmail.com>
…ons (StarRocks#69170) Signed-off-by: stephen <stephen5217@163.com>
…tarRocks#69173) Signed-off-by: stephen <stephen5217@163.com>
…9137) Signed-off-by: stdpain <drfeng08@gmail.com>
Signed-off-by: SevenJ <wenjun7j@gmail.com>
…tarRocks#68480) Signed-off-by: MatthewH00 <1639097204@qq.com>
…e. (StarRocks#69063) Signed-off-by: edwinhzhang <edwinhzhang@tencent.com>
Signed-off-by: Henrique Duarte Lima <henrique@engduarte.com>
Signed-off-by: Henrique Duarte Lima <henrique@engduarte.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why I'm doing:
Starrocks returns the following error when using a match predicate (based on a column with GIN) in an "OR" query:
This only happens with OR queries. On the other hand, AND queries work fine.
What I'm doing:
Load roaring bitmap from inverted index for all match expressions that are not on root level in order to use them during evaluate, unblocking OR conditions with match expressions based on inverted index.
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: