rxin commented on issue #25044: [SPARK-28198][PYTHON][FOLLOW-UP] Add a separate evaluation type for mapPartitionsInPandas URL: https://github.com/apache/spark/pull/25044#issuecomment-508298552 I'd change the name of the function from mapPartitionsInPandas to mapInPandas. This removes the "partition" physical concept, which usually don't exist in the DataFrame API. It'd open up more flexibility in the future for optimizations, e.g. we might run multiple threads for a single partition.
---------------------------------------------------------------- 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]
