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

    https://github.com/apache/spark/pull/19630#discussion_r151448145
  
    --- 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 --
    
    Right. Let me add it.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to