holdenk/spark-testing-base

py SparkTestingBase: incorrect code to instantiate SparkSession

mmistroni opened this issue · 0 comments

Hi
shouldnt the code that instantiate the sparkSession in SQLTestCase be

self.session = SparkSession.builder.config(self.getConf()).getOrCreate() ?

Happy to fix it and add TestCase if you guide me through it

kind regards
Marco