Description
Currently pyspark uses a case class PythonFunction PythonRDD and many other interfaces/classes. Propose to change to use a trait instead to avoid tying impl with APIs.
Currently pyspark uses a case class PythonFunction PythonRDD and many other interfaces/classes. Propose to change to use a trait instead to avoid tying impl with APIs.