HyukjinKwon commented on code in PR #58182:
URL: https://github.com/apache/spark/pull/58182#discussion_r3841046192


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -5371,6 +5371,26 @@ object SQLConf {
       .version("4.0.0")
       .fallbackConf(BUFFER_SIZE)
 
+  val PYTHON_UDF_ARROW_MAX_BYTES_PER_OUTPUT_BATCH =
+    buildConf("spark.sql.execution.pythonUDF.arrow.maxBytesPerOutputBatch")

Review Comment:
   Wait, how is this differnt from 
`spark.sql.execution.arrow.maxBytesPerOutputBatch`? We have another conf 
`spark.sql.execution.arrow.maxBytesPerBatch`. 
   



-- 
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]

Reply via email to