org.apache.spark.ml.parity.SparkParityBase.spark should be a method
Open
waiting for input
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.