ueshin commented on code in PR #50759: URL: https://github.com/apache/spark/pull/50759#discussion_r2096543229
########## core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala: ########## @@ -66,6 +66,7 @@ private[spark] object PythonEvalType { val SQL_TRANSFORM_WITH_STATE_PANDAS_INIT_STATE_UDF = 212 val SQL_TRANSFORM_WITH_STATE_PYTHON_ROW_UDF = 213 val SQL_TRANSFORM_WITH_STATE_PYTHON_ROW_INIT_STATE_UDF = 214 + val SQL_SCALAR_ARROW_UDF = 215 Review Comment: `SQL_ARROW_TABLE_UDF` is for UDTF and equivalent to `SQL_BATCHED_UDF` and `SQL_ARROW_BATCHED_UDF`. Given that, `400` and above may be better. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org