Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19630#discussion_r151333227
  
    --- Diff: python/pyspark/rdd.py ---
    @@ -56,6 +56,20 @@
     __all__ = ["RDD"]
     
     
    +class PythonEvalType(object):
    +    """
    +    Evaluation type of python rdd.
    +
    +    These values are internal to PySpark.
    --- End diff --
    
    And should match with enum values in 
`org.apache.spark.api.python.PythonEvalType`?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to