Description
in current session.py
have Such code
for key, value in self._options.items():
session._jsparkSession.sessionState().conf().setConfString(key, value)
Looks like it will pass all options to a existed/new created session
In scala code, we will check it it is a static conf.