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