uros-b commented on code in PR #56633:
URL: https://github.com/apache/spark/pull/56633#discussion_r3447522975


##########
connector/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala:
##########
@@ -3523,6 +3523,55 @@ class AvroV2Suite extends AvroSuite with 
ExplainSuiteHelper {
     }
   }
 
+  test("SPARK-57581: TIME is written as unit-correct time-micros for external 
readers") {

Review Comment:
   Note about test placement: the new test lives in class AvroV2Suite. However, 
the serializer/deserializer are shared by V1 and V2, so putting it in the base 
AvroSuite would exercise both file-format paths for the price of one test.



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