HyukjinKwon edited a comment on pull request #34757:
URL: https://github.com/apache/spark/pull/34757#issuecomment-984300594


   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.


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