[#76] Add UNIQUE keyword #89

Merged
acid-ant merged 1 commit from ale64bit/frostfs-sdk-go:feat/76-add-unique-keyword into master 2023-06-07 12:26:38 +00:00
Member

Signed-off-by: Alejandro Lopez a.lopez@yadro.com
Closes #76

Signed-off-by: Alejandro Lopez <a.lopez@yadro.com> Closes #76
ale64bit requested review from storage-core-committers 2023-06-05 10:40:26 +00:00
ale64bit requested review from storage-core-developers 2023-06-05 10:40:26 +00:00
aarifullin reviewed 2023-06-05 11:02:44 +00:00
@ -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
Member

BTW, do you think this is still usable? @acid-ant introduced make-option for parser generating

BTW, do you think this is still usable? @acid-ant introduced `make`-option for parser generating
Author
Member

I'm not sure. I just updated the version so that they match at least.

I'm not sure. I just updated the version so that they match at least.
aarifullin approved these changes 2023-06-05 11:09:34 +00:00
aarifullin left a comment
Member

LGTM

LGTM
acid-ant approved these changes 2023-06-05 15:39:10 +00:00
Author
Member

Please don't merge yet. There's something I need to add/fix.

Please don't merge yet. There's something I need to add/fix.
ale64bit force-pushed feat/76-add-unique-keyword from d4a76f22f8 to fcbf96add6 2023-06-06 10:54:15 +00:00 Compare
ale64bit requested review from aarifullin 2023-06-06 10:54:26 +00:00
ale64bit requested review from acid-ant 2023-06-06 10:54:28 +00:00
Author
Member

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.

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.
acid-ant approved these changes 2023-06-06 14:20:26 +00:00
ale64bit requested review from storage-core-developers 2023-06-07 07:03:28 +00:00
ale64bit requested review from storage-core-committers 2023-06-07 07:03:41 +00:00
dstepanov-yadro approved these changes 2023-06-07 07:53:25 +00:00
aarifullin approved these changes 2023-06-07 12:11:44 +00:00
aarifullin left a comment
Member

Nice!

Nice!
acid-ant merged commit fcbf96add6 into master 2023-06-07 12:26:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#89
No description provided.