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(interactive): Support Index predicate with multiple expected values given via P.within() #3300

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

As titled.

Related issue number

Fixes #3299

@BingqingLyu BingqingLyu changed the title [fix] Support Index predicate with multiple expected values given via P.within() fix(Interactive): Support Index predicate with multiple expected values given via P.within() Oct 19, 2023
@BingqingLyu BingqingLyu changed the title fix(Interactive): Support Index predicate with multiple expected values given via P.within() fix(interactive): Support Index predicate with multiple expected values given via P.within() Oct 19, 2023
}],
};
return Ok(Some(idx_pred));
if is_within && is_array_const(c) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

感觉 is_array_const 没必要有。直接进入里面match,还省得match这个 value两次?

Committed-by: bingqing.lbq from Dev container
@codecov-commenter
Copy link

Codecov Report

Merging #3300 (b0f55c6) into main (f813f9b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3300   +/-   ##
=======================================
  Coverage   42.06%   42.06%           
=======================================
  Files         101      101           
  Lines       11021    11021           
=======================================
  Hits         4636     4636           
  Misses       6385     6385           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f813f9b...b0f55c6. Read the comment docs.

@longbinlai longbinlai merged commit d065429 into alibaba:main Oct 19, 2023
28 checks passed
@BingqingLyu BingqingLyu deleted the ir_pk_within branch October 19, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Index predicate with multiple expected values given via P.within()
4 participants