-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
bazel,colexec: generate crossjoiner.eg.go within bazel #59056
Conversation
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I have added a few people who may be able to assist in reviewing: 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
@irfansharif would you mind to confirm the variables part on the commits? (That what I am not totally sure if I am missing something) I think I am missing
|
|
145c016
to
6f12b28
Compare
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Just tried and |
6f12b28
to
04a80b6
Compare
Thanks for the patch! bors r+ |
And about the vars, is all good? @irfansharif
I added what Ricky suggested, but seems that you took them away, right? (so might be wrong that change from my side hahah) |
Yup! |
Build failed (retrying...): |
pkg/sql/colexec/crossjoiner_tmpl.go
Outdated
// pick up the right packages when run within the bazel sandbox. | ||
var ( | ||
_ = typeconv.DatumVecCanonicalTypeFamily | ||
|
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.
Looks like the linter has an issue with this blank line?
04a80b6
to
5ec8b9f
Compare
Canceled. |
bors r+ |
We broke the bazel build in 52c5f51 when we introduced a new .eg.go file, without updating the bazel target. We do that here. Fixes: cockroachdb#59052. Release note: None
5ec8b9f
to
651a537
Compare
Canceled. |
bors r+ |
Build succeeded: |
We broke the bazel build in 52c5f51 when we introduced a new .eg.go
file, without updating the bazel target. We do that here.
Fixes #59052