sryza commented on code in PR #53020:
URL: https://github.com/apache/spark/pull/53020#discussion_r2521582165


##########
python/pyspark/sql/connect/session.py:
##########
@@ -920,6 +895,60 @@ def clearTags(self) -> None:
 
     clearTags.__doc__ = PySparkSession.clearTags.__doc__
 
+    def addThreadlocalUserContextExtension(self, extension: any_pb2.Any) -> 
str:

Review Comment:
   Great. Yeah, it appears that we don't need it in this PR: 
https://github.com/apache/spark/pull/53024.
   
   After that's addressed, this PR looks good to go!



-- 
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]

Reply via email to