dongjoon-hyun commented on code in PR #45895:
URL: https://github.com/apache/spark/pull/45895#discussion_r1554649464


##########
connector/avro/src/main/scala/org/apache/spark/sql/avro/AvroUtils.scala:
##########
@@ -43,6 +43,9 @@ import org.apache.spark.sql.types._
 import org.apache.spark.util.Utils
 
 private[sql] object AvroUtils extends Logging {
+
+  AvroFileFormat.registerCustomAvroTypes()

Review Comment:
   Could you provide a test coverage for this line? The test case on this PR 
passes without this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to