HyukjinKwon commented on a change in pull request #23699: [FollowUp][SPARK-26716][SPARK-26765][SQL] Clean up schema validation methods and override toString method in Avro URL: https://github.com/apache/spark/pull/23699#discussion_r252517342
########## File path: external/avro/src/main/scala/org/apache/spark/sql/avro/AvroFileFormat.scala ########## @@ -124,6 +124,8 @@ private[avro] class AvroFileFormat extends FileFormat override def shortName(): String = "avro" + override def toString(): String = "AVRO" Review comment: I think avro is Avro like Parquet :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
