juliuszsompolski commented on code in PR #42211:
URL: https://github.com/apache/spark/pull/42211#discussion_r1277737880
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectService.scala:
##########
@@ -175,6 +229,8 @@ object SparkConnectService extends Logging {
private val CACHE_TIMEOUT_SECONDS = 3600
+ private val PROTOBUF_RECURSION_LIMIT = 1024
Review Comment:
Maybe add this to Config. Could come handy to be able to change it if it
turns out to be too low / too high.
--
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]