Uh oh!
There was an error while loading. Please reload this page.
[SPARK-24128][SQL] Mention configuration option in implicit CROSS JOIN error - #21201
[SPARK-24128][SQL] Mention configuration option in implicit CROSS JOIN error#21201henryr wants to merge 2 commits into
Conversation
gatorsmile
commented
May 1, 2018
retest this please |
felixcheung
commented
May 1, 2018
Jenkins, ok to test |
henryr
commented
May 1, 2018
retest this please |
SparkQA
commented
May 1, 2018
Test build #89994 has finished for PR 21201 at commit
|
SparkQA
commented
May 1, 2018
Test build #90014 has finished for PR 21201 at commit
|
gatorsmile
commented
May 2, 2018
retest this please |
SparkQA
commented
May 2, 2018
Test build #90019 has finished for PR 21201 at commit
|
kiszk
commented
May 2, 2018
retest this please |
SparkQA
commented
May 2, 2018
Test build #90023 has finished for PR 21201 at commit
|
SparkQA
commented
May 2, 2018
Test build #90034 has finished for PR 21201 at commit
|
gatorsmile
commented
May 2, 2018
Since this PR also impacts the R tests, we need to wait for fixing CRAN issues. Sorry for the delay. |
henryr
commented
May 2, 2018
No problem! It's a small usability fix. |
felixcheung
commented
May 3, 2018
Jenkins, retest this please |
SparkQA
commented
May 3, 2018
Test build #90101 has finished for PR 21201 at commit
|
HyukjinKwon
commented
May 3, 2018
retest this please |
SparkQA
commented
May 3, 2018
Test build #90109 has finished for PR 21201 at commit
|
henryr
commented
May 7, 2018
Any chance to get this merged now the tests are working again? Thanks! |
HyukjinKwon
commented
May 8, 2018
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 <henry@apache.org> Closes#21201 from henryr/spark-24128. (cherry picked from commit cd12c5c) Signed-off-by: hyukjinkwon <gurwls223@apache.org>
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.