You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In config.py, SparkConfigBuilder, the parameter options_from_ini are never set.
In the function initialize they are set to None by default.
The function initialize is called in get(), but never gets an input parameter.
I was not able to set spark parameters for the fixture spark_session
Am I missing something?
The text was updated successfully, but these errors were encountered:
In config.py, SparkConfigBuilder, the parameter options_from_ini are never set.
In the function initialize they are set to None by default.
The function initialize is called in get(), but never gets an input parameter.
I was not able to set spark parameters for the fixture spark_session
Am I missing something?
The text was updated successfully, but these errors were encountered: