[#76] netmap: Add new keyword NOT #78
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#78
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-sdk-go:feature/26-add_new_keywords"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
@fyrchik FYI, @acid-ant doesn't mind if it's me who implements
NOT
Sorry, didn't pay attention on that.
I have not introduce
UnaryOperation
and used old wayUPD:
UnaryFilterExpr
has been introduced and works finelyc1710f1bd0
tod9f0085688
d9f0085688
toeca10e00fc
eca10e00fc
toac61aa07d6
@ -24,2 +27,3 @@
filterExpr:
F1 = filterExpr Op = AND_OP F2 = filterExpr
unaryFilterExpr
not sure why not to just inline this expression, if it has only one production.
acid-ant referenced this pull request2023-05-31 14:07:49 +00:00
ac61aa07d6
tof7ddc48105
@ -1,4 +1,4 @@
// Code generated from /work/netmap/parser/Query.g4 by ANTLR 4.13.0. DO NOT EDIT.
// Code generated from /home/aarifullin/ws/frostfs-sdk-go/netmap/parser/Query.g4 by ANTLR 4.13.0. DO NOT EDIT.
can we remove all the auto-generated files from the diff somehow? It's a bit weird also that they include user-specific paths after auto-generation.
You mean - comments? I haven't noticed that but I agree this shouldn't be here
I mean just to remove the auto-generated files from PR diffs somehow, independently of what they contain. I don't know if it's possible.
Oh, I don't think this is the good idea to ignore diffs in auto-generated files :( But I think that's fine to remove comments
Can we update the PR/commit description? It refers to #26, which is misleading since I guess it's not that issue (in this repo) and it says it adds keyword
UNIQUE
(which it doesn't).f7ddc48105
tode8530f98c
[#26] netmap: Add new keywords NOT and UNIQUEto [#78] netmap: Add new keywords NOT and UNIQUEThank you. Fixed
[#78] netmap: Add new keywords NOT and UNIQUEto [#78] netmap: Add new keyword NOTde8530f98c
to4f48f6c9e0
[#78] netmap: Add new keyword NOTto [#76] netmap: Add new keyword NOT