xi-db commented on code in PR #52496:
URL: https://github.com/apache/spark/pull/52496#discussion_r2486639399
##########
sql/connect/common/src/main/scala/org/apache/spark/sql/connect/client/SparkConnectClient.scala:
##########
@@ -138,6 +138,20 @@ private[sql] class SparkConnectClient(
.setSessionId(sessionId)
.setClientType(userAgent)
.addAllTags(tags.get.toSeq.asJava)
+
+ // Add request option to allow result chunking.
+ val chunkingOptionsBuilder = proto.ResultChunkingOptions
Review Comment:
You're right, it is not needed. I've updated the logic, so we only set
chunking option when configuration.allowArrowBatchChunking is enabled.
--
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]