dongjoon-hyun commented on code in PR #52303:
URL: https://github.com/apache/spark/pull/52303#discussion_r2342862716
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3902,6 +3902,19 @@ object SQLConf {
.intConf
.createWithDefault(10000)
+ val ARROW_EXECUTION_BATCH_SLICING_ENABLED =
+ buildConf("spark.sql.execution.arrow.arrowBatchSlicing.enabled")
Review Comment:
Are we going to add another subparameter in this new namespace
`spark.sql.execution.arrow.arrowBatchSlicing.*`?
--
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]