-
Notifications
You must be signed in to change notification settings - Fork 29k
Update Documentation: leftsemi instead of semijoin #5944
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
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
|
Absolutely. Thanks for catching that. |
|
Actually while you at it, do you mind throwing an AnalysisException in that apply method for a join method that cannot be matched? Right now it will throw a really confusing exception. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #31994 has started for PR 5944 at commit |
|
Test build #31994 has finished for PR 5944 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Merging this in so we can have it for 1.4. |
should sync up with here? https://github.com/apache/spark/blob/119f45d61d7b48d376cca05e1b4f0c7fcf65bfa8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala#L26 Author: LCY Vincent <[email protected]> Closes #5944 from vincentlaucy/master and squashes the following commits: fc0e454 [LCY Vincent] Update DataFrame.scala (cherry picked from commit a8ea096) Signed-off-by: Reynold Xin <[email protected]>
|
I submitted a patch for that: #6064 |
As a follow-up to #5944 Author: Reynold Xin <[email protected]> Closes #6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames. (cherry picked from commit 4f4dbb0) Signed-off-by: Reynold Xin <[email protected]>
As a follow-up to #5944 Author: Reynold Xin <[email protected]> Closes #6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames.
As a follow-up to #5944 Author: Reynold Xin <[email protected]> Closes #6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames. (cherry picked from commit 4f4dbb0) Signed-off-by: Reynold Xin <[email protected]>
should sync up with here? https://github.com/apache/spark/blob/119f45d61d7b48d376cca05e1b4f0c7fcf65bfa8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala#L26 Author: LCY Vincent <[email protected]> Closes apache#5944 from vincentlaucy/master and squashes the following commits: fc0e454 [LCY Vincent] Update DataFrame.scala
As a follow-up to apache#5944 Author: Reynold Xin <[email protected]> Closes apache#6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames.
should sync up with here? https://github.com/apache/spark/blob/119f45d61d7b48d376cca05e1b4f0c7fcf65bfa8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala#L26 Author: LCY Vincent <[email protected]> Closes apache#5944 from vincentlaucy/master and squashes the following commits: fc0e454 [LCY Vincent] Update DataFrame.scala
As a follow-up to apache#5944 Author: Reynold Xin <[email protected]> Closes apache#6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames.
should sync up with here? https://github.com/apache/spark/blob/119f45d61d7b48d376cca05e1b4f0c7fcf65bfa8/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala#L26 Author: LCY Vincent <[email protected]> Closes apache#5944 from vincentlaucy/master and squashes the following commits: fc0e454 [LCY Vincent] Update DataFrame.scala
As a follow-up to apache#5944 Author: Reynold Xin <[email protected]> Closes apache#6064 from rxin/jointype-better-error and squashes the following commits: 7629bf7 [Reynold Xin] [SQL] Show better error messages for incorrect join types in DataFrames.
should sync up with here?
spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala
Line 26 in 119f45d