cloud-fan commented on a change in pull request #34663:
URL: https://github.com/apache/spark/pull/34663#discussion_r752915534



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
##########
@@ -122,7 +122,63 @@ class ParquetIOSuite extends QueryTest with ParquetTest 
with SharedSparkSession
   test("SPARK-36182: TimestampNTZ") {
     val data = Seq("2021-01-01T00:00:00", "1970-07-15T01:02:03.456789")
       .map(ts => Tuple1(LocalDateTime.parse(ts)))
-    checkParquetFile(data)
+    withAllParquetReaders {
+      checkParquetFile(data)
+    }
+  }
+
+  test("SC-88419: Read TimestampNTZ and TimestampLTZ for various logical 
TIMESTAMP types") {

Review comment:
       ```suggestion
     test("Read TimestampNTZ and TimestampLTZ for various logical TIMESTAMP 
types") {
   ```




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