mleap icon indicating copy to clipboard operation
mleap copied to clipboard

org.apache.spark.ml.parity.SparkParityBase.spark should be a method

Open austinzh opened this issue 1 year ago • 0 comments

current abstract class SparkParityBase has a variable val spark = SparkEnv.spark Even user override it in child class, it will still create a spark session. change it to def spark = SparkEnv.spark will allow user to actually override it

austinzh avatar Jun 28 '23 00:06 austinzh