zhengruifeng commented on PR #48038: URL: https://github.com/apache/spark/pull/48038#issuecomment-2339487565
+1 for `Iterator[RecordBatch] -> Iterator[RecordBatch]` to handle large group, which is consistent with [mapInArrow](https://spark.apache.org/docs/4.0.0-preview1/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.mapInArrow.html?highlight=mapinarrow#pyspark.sql.DataFrame.mapInArrow) and I suggest we still keep existing `Table -> Table` interface, it should be able to support both. -- 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]
