dongjoon-hyun commented on a change in pull request #25017: [SPARK-28218][SQL] 
Migrate Avro to File source V2
URL: https://github.com/apache/spark/pull/25017#discussion_r299761422
 
 

 ##########
 File path: 
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroLogicalTypeSuite.scala
 ##########
 @@ -349,3 +349,19 @@ class AvroLogicalTypeSuite extends QueryTest with 
SharedSQLContext with SQLTestU
     }
   }
 }
+
+class AvroV1LogicalTypeSuite extends AvroSuite {
+  override protected def sparkConf: SparkConf =
+    super
+      .sparkConf
+      .set(SQLConf.USE_V1_SOURCE_READER_LIST, "avro")
+      .set(SQLConf.USE_V1_SOURCE_WRITER_LIST, "avro")
+}
+
+class AvroV2LogicalTypeSuite extends AvroSuite {
 
 Review comment:
   ditto.

----------------------------------------------------------------
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.
 
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]

Reply via email to