-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24128][SQL] Mention configuration option in implicit CROSS JOIN error #21201
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
Conversation
gatorsmile
left a comment
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.
LGTM
|
retest this please |
|
Jenkins, ok to test |
|
retest this please |
|
Test build #89994 has finished for PR 21201 at commit
|
|
Test build #90014 has finished for PR 21201 at commit
|
|
retest this please |
|
Test build #90019 has finished for PR 21201 at commit
|
|
retest this please |
|
Test build #90023 has finished for PR 21201 at commit
|
|
Test build #90034 has finished for PR 21201 at commit
|
|
Since this PR also impacts the R tests, we need to wait for fixing CRAN issues. Sorry for the delay. |
|
No problem! It's a small usability fix. |
|
Jenkins, retest this please |
|
Test build #90101 has finished for PR 21201 at commit
|
|
retest this please |
|
Test build #90109 has finished for PR 21201 at commit
|
|
Any chance to get this merged now the tests are working again? Thanks! |
|
Merged to master and branch-2.3. |
…N error ## What changes were proposed in this pull request? Mention `spark.sql.crossJoin.enabled` in error message when an implicit `CROSS JOIN` is detected. ## How was this patch tested? `CartesianProductSuite` and `JoinSuite`. Author: Henry Robinson <[email protected]> Closes #21201 from henryr/spark-24128. (cherry picked from commit cd12c5c) Signed-off-by: hyukjinkwon <[email protected]>
What changes were proposed in this pull request?
Mention
spark.sql.crossJoin.enabledin error message when an implicitCROSS JOINis detected.How was this patch tested?
CartesianProductSuiteandJoinSuite.