HyukjinKwon opened a new pull request #25044: [SPARK-28198][PYTHON][FOLLOW-UP] Add a separate evaluation type for mapPartitionsInPandas URL: https://github.com/apache/spark/pull/25044 ## What changes were proposed in this pull request? This PR proposes to add a separate evaluation type for `mapPartitionsInPandas` case. Had a offline discussion with @rxin, @mengxr and @cloud-fan The reason is basically: 1. `SCALAR_ITER` doesn't make sense with `mapPartitionsInPandas`. 2. It cannot share the same Pandas UDF, for instance, at `select` and `mapPartitionsInPandas` unlike `GROUPED_AGG` because iterator's return type is different. Renaming `SCALAR_ITER` as `MAP_ITER` is disposed due to 2. reason. ## How was this patch tested? Existing tests should cover.
---------------------------------------------------------------- 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]
