AbsaOSS / ABRiS

Avro SerDe for Apache Spark structured APIs.
Apache License 2.0
229 stars 75 forks source link

Be less strict about nullable <--> non-nullable type conversions. #155

Closed cerveada closed 2 years ago

cerveada commented 4 years ago
JonDegn commented 3 years ago

I agree. This is definitely a pain point for us.

cerveada commented 2 years ago

This is solved in Abris 5 by using spark-avro for conversions. When using Spark Avro 3+ it should work. Check the documentation for more info.