Github user tomasatdatabricks commented on the issue:
https://github.com/apache/spark/pull/20168
@MrBago Here is the description of the breaking changes.
ImageSchema.ocvTypes and ImageSchema.javaOcvTypes changed types from
Map[String,Int] to list of OpenCvType.
ImageSchema.ocvTypes: Map[String, Int] -> IndexedSeq[ImageSchema.OcvType].
ImageSchema.javaOcvTypes: java.util.Map[String,Int] ->
java.util.List[ImageSchema.OcvType].
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]