ueshin commented on code in PR #54000:
URL: https://github.com/apache/spark/pull/54000#discussion_r2734002315
##########
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:
Ah, actually pandas didn't support it when we introduced `merge`.
https://github.com/databricks/koalas/pull/264
--
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]