-
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
sql: fix multiregion sqlsmith failure #84650
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 2 of 0 LGTMs obtained (waiting on @RichardJCai)
pkg/internal/sqlsmith/alter.go
line 22 at r1 (raw file):
"github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treebin" "github.com/cockroachdb/cockroach/pkg/sql/types" "github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/errwrap/testdata/src/github.com/cockroachdb/errors"
nit: this could be made shorter.
pkg/internal/sqlsmith/alter.go
Outdated
@@ -19,6 +19,7 @@ import ( | |||
"github.com/cockroachdb/cockroach/pkg/sql/sem/tree" | |||
"github.com/cockroachdb/cockroach/pkg/sql/sem/tree/treebin" | |||
"github.com/cockroachdb/cockroach/pkg/sql/types" | |||
"github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/errwrap/testdata/src/github.com/cockroachdb/errors" |
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.
i think this is the wrong import
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.
Yeah, fixed
Release note: None
e73ef48
to
b560ec3
Compare
Thanks for reviewing all! bors r+ |
Build succeeded: |
Release note: None
Fixes #78138