Yicong-Huang commented on PR #57800: URL: https://github.com/apache/spark/pull/57800#issuecomment-5209659005
I changed it to describe as behavior change. Also added a flag to revert back to the old behavior. the same flag will guard mapInArrow as well. A migration guide from 4.2 to 4.3 is added. Note that I kept the flag `spark.sql.execution.pythonUDF.mapInBatch.legacy.acceptAnyIterable.enabled` to be `false` by default. meaning that the change will take effect and choose to use the old behavior by explcitily setting the flag to be `true`. @uros-b @HyukjinKwon @cloud-fan could you please check again? -- 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]
