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

    https://github.com/apache/spark/pull/22349#discussion_r216120953
  
    --- Diff: python/pyspark/ml/image.py ---
    @@ -222,7 +226,8 @@ def readImages(self, path, recursive=False, 
numPartitions=-1,
     
             .. versionadded:: 2.3.0
             """
    -
    +        warnings.warn("`ImageSchema.readImage` is deprecated. " +
    +                      "Use `spark.read.format(\"image\").load(path)` 
instead.")
    --- End diff --
    
    `warnings.warn(..., DeprecationWarning)`


---

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

Reply via email to