gengliangwang commented on a change in pull request #33413:
URL: https://github.com/apache/spark/pull/33413#discussion_r676613255
##########
File path:
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroLogicalTypeSuite.scala
##########
@@ -107,10 +112,12 @@ abstract class AvroLogicalTypeSuite extends QueryTest
with SharedSparkSession {
timestampInputData.foreach { t =>
val record = new GenericData.Record(schema)
record.put("timestamp_millis", t._1)
+ record.put("local_timestamp_millis", t._3)
Review comment:
the order is confusing here...Let's make them 1,2,3,4,5...
--
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]