ueshin commented on code in PR #54000:
URL: https://github.com/apache/spark/pull/54000#discussion_r2733986350


##########
python/pyspark/pandas/frame.py:
##########
@@ -8546,7 +8546,7 @@ def merge(
         ----------
         right: Object to merge with.
         how: Type of merge to be performed.
-            {'left', 'right', 'outer', 'inner'}, default 'inner'
+            {'left', 'right', 'outer', 'inner', 'cross'}, default 'inner'

Review Comment:
   @HyukjinKwon Do you happen to remember whether there was any specific reason 
we didn't support cross join?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to