malexer / pytest-spark

pytest plugin to run the tests with support of pyspark
MIT License
85 stars 30 forks source link

SparkConfigBuilder: options_from_ini are never set #22

Open BramKasteel opened 2 years ago

BramKasteel commented 2 years ago

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?