cdkrot commented on code in PR #44144:
URL: https://github.com/apache/spark/pull/44144#discussion_r1413634624


##########
python/pyspark/sql/connect/client/core.py:
##########
@@ -544,6 +544,25 @@ def fromProto(cls, pb: pb2.ConfigResponse) -> 
"ConfigResult":
         )
 
 
+class ForbidRecursion:

Review Comment:
   It seems it's controlled by server, we only need some configuration to do 
this.
   
   Another approach I see is to write 
`spark.sql.connect.serverStacktrace.enabled` in some form of lazy fetch and 
also put something forbidding recursion into this loader instead



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to