hvanhovell commented on code in PR #52496:
URL: https://github.com/apache/spark/pull/52496#discussion_r2473014867
##########
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:
Do we need to set this if the chunking is disabled?
--
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]