-
Notifications
You must be signed in to change notification settings - Fork 265
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
Data locality #556
Data locality #556
Conversation
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.
please break out the current changes into their own pr. this work needs to be specific to each pr not conflated with other work
@@ -114,9 +113,6 @@ tools-clean: | |||
# Non Go tools | |||
### | |||
|
|||
protoVer=0.10.0 |
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.
This should not be reverted
@@ -129,5 +125,5 @@ proto-check-breaking: | |||
|
|||
proto-gen: | |||
@echo "Generating Protobuf files" | |||
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName) sh scripts/protocgen.sh |
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.
ditto
thanks! |
Hey, sorry about that guys. I began this branch from the branch for the earlier pr #554 I'll close and re-open from main. I'm currently on vacation, but I've asked Tuan (@baabeetaa ) Khanh (catshark) and Vuong to have a look at this over the weekend. BRB with a fresh one. |
remaking from notional-labs repo.
This PR is for stage 1 of