-
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: clean up error messages in join checks #8580
Conversation
(found while answering #8566) |
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, some commit checks pending. sql/table_join.go, line 472 [r1] (raw file):
this is just an if/else.. Comments from Reviewable |
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. sql/table_join.go, line 472 [r1] (raw file):
|
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. sql/table_join.go, line 472 [r1] (raw file):
|
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. sql/table_join.go, line 472 [r1] (raw file):
|
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. sql/table_join.go, line 472 [r1] (raw file):
|
Review status: 0 of 3 files reviewed at latest revision, 1 unresolved discussion, some commit checks pending. sql/table_join.go, line 472 [r1] (raw file):
|
Prior to this patch a join on two anonymous sources would fail with an ugly message: ``` pq: table name "{"" "" %!s(bool=false)}" specified more than once ``` This was not caught previously because the tests had a wildcard pattern on the generated table name in the error message. This patch addresses this and a couple related error messages.
Prior to this patch a join on two anonymous sources would fail
with an ugly message:
This was not caught previously because the tests had a wildcard
pattern on the generated table name in the error message. This patch
addresses this and a couple related error messages.
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)