[#76] Add UNIQUE keyword #89
No reviewers
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#89
Loading…
Reference in a new issue
No description provided.
Delete branch "ale64bit/frostfs-sdk-go:feat/76-add-unique-keyword"
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: Alejandro Lopez a.lopez@yadro.com
Closes #76
@ -2,3 +2,2 @@
// ANTLR can be downloaded from https://www.antlr.org/download/antlr-4.12.0-complete.jar
//go:generate java -Xmx500M -cp "./antlr-4.12.0-complete.jar:$CLASSPATH" org.antlr.v4.Tool -Dlanguage=Go -no-listener -visitor QueryLexer.g4 Query.g4
// ANTLR can be downloaded from https://www.antlr.org/download/antlr-4.13.0-complete.jar
BTW, do you think this is still usable? @acid-ant introduced
make
-option for parser generatingI'm not sure. I just updated the version so that they match at least.
LGTM
Please don't merge yet. There's something I need to add/fix.
d4a76f22f8
tofcbf96add6
Apologies, didn't realize that the logic for node selection lived in this repo and not in frostfs-node. I added the implementation of
UNIQUE
to this PR now. The change is purely additive, the previous changes remain the same.Nice!