AngersZhuuuu commented on pull request #34757:
URL: https://github.com/apache/spark/pull/34757#issuecomment-984734498


   > You can add `private[sql]` but instead you would have too access to the 
method a bit different way, something like:
   > 
   > ```python
   > getattr(getattr(session._jvm, "SparkSession$"), 
"MODULE$").applyModifiableSettings(...)
   > ```
   > 
   > You can check how to access this in Java first FWIW.
   
   Thanks for your help. New knowledge for me....


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