Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21984#discussion_r207746389
--- Diff:
external/avro/src/main/scala/org/apache/spark/sql/avro/AvroDeserializer.scala
---
@@ -100,6 +103,8 @@ class AvroDeserializer(rootAvroType: Schema,
rootCatalystType: DataType) {
s"Cannot convert Avro logical type ${other} to Catalyst
Timestamp type.")
}
+ // Before we upgrade Avro to 1.8 for logical type support, spark-avo
converts Long to Date.
--- End diff --
typo: spark-avo -> spark-avro.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]