hjoo commented on issue #24981: [WIP][SPARK-27463][PYTHON] Support Dataframe 
Cogroup via Pandas UDFs- Arrow Stream Impl
URL: https://github.com/apache/spark/pull/24981#issuecomment-512955380
 
 
   @d80tb7, you're totally correct, the explicit groupby form does allow users 
to specify different key columns which is valid. I was mistaken.
   
   Question related to key groupings: does cogroup do a full outer join-like 
grouping? For example, let's say there are groups in one or both dataframes 
with no matching keys in the other cogrouped dataframe. Will the UDF still be 
applied for all groupings in both dataframes with either the left or right 
dataframe passed to the UDF as empty? Or will it only be called for all left 
groups? right groups? Should a user be able to specify?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to