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.
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
feat: Improve the syntax for conditions with multiple predicates #3427
feat: Improve the syntax for conditions with multiple predicates #3427
Changes from 13 commits
303f784
866a50e
7ddd214
2b3c2f8
61ab923
a33efa3
79af12d
d901679
03a372c
8d455d1
8df67e1
aa35acf
747ca6b
14f6ea1
f20949d
9d202e5
278f4f4
113a793
d6fea15
9c89bce
a09c13c
e7be069
1ad06f4
61279cd
cf92402
22e89a8
dfc14de
328338a
430898f
5f49715
460444c
c8469ed
4b8353b
f1d9dc2
38d425f
80c32d3
7b5f711
b962c48
3a1c640
7b671db
5f631de
fbd9205
9af55c2
80fbcbd
5da5622
c994bf8
8c0f45a
989b1f5
7d41219
80a0812
bfa6d51
237c874
f4b51b8
0a070c9
b85223f
30c1ad1
95093d7
55cc301
62ad8d1
9cf84f9
58e0054
fe8ab25
e159ea0
8e92953
910f493
2276d50
591a55b
0be41e8
11841d0
b48a812
8c1e36b
5baaa34
801cccc
25ac2fa
b238aef
5f7d949
f89990f
c217b4f
8f66b7a
d12a741
87b6014
6f06b80
1292962
b110f65
f33a9cd
f95be1a
31bad3f
d0784f8
fbd9088
c8f7d6c
8f5d352
49c4d24
38d8a8e
bd26c07
6245a8b
5e64fcb
a3531fb
03d7ca5
f8d7529
c0afbad
86880c9
e712b61
d607c70
f992324
0f862ad
290da86
3fa4a3f
528ca16
159bcf1
500f7e1
db473c3
de08676
633736d
0f54057
0ed9eab
fc6ce16
4bc4732
f0bc7b8
33e17fa
59af293
c70d535
87cd9bd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core.Expr
was in the union ofalt.condition(predicate)
, but the internal logic would raise aNotImplementedError
.Keeping it around for now, but either the annotation or internals should be updated.