Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
In Spark 3.0.0, the deprecated ImageSchema class and its readImages methods have been removed. Use `spark.read.format("image").load(path)` instead.
Description
A follow-up task from SPARK-25345. We might need to support sampling (SPARK-25383) in order to remove readImages.
Attachments
Issue Links
- is blocked by
-
SPARK-25383 Image data source supports sample pushdown
- Open
-
SPARK-25345 Deprecate readImages APIs from ImageSchema
- Resolved
- links to