ambiguous implicit values:
both method instantSchemaDef in object ParquetImplicits of type (implicit ldtSchemaDef: com.github.mjakubowski84.parquet4s.ParquetSchemaResolver.TypedSchemaDef[java.time.LocalDateTime]): com.github.mjakubowski84.parquet4s.ParquetSchemaResolver.TypedSchemaDef[java.time.Instant]
and method uuidSchemaDef in object ParquetImplicits of type (implicit strSchemaDef: com.github.mjakubowski84.parquet4s.ParquetSchemaResolver.TypedSchemaDef[String]): com.github.mjakubowski84.parquet4s.ParquetSchemaResolver.TypedSchemaDef[java.util.UUID]
match expected type com.github.mjakubowski84.parquet4s.SchemaDef
Using version 2.3.0, on Scala 2.12. Also tested on the latest 2.13 version.
This produces the following error
In 1.9.x this worked.