mbutrovich commented on code in PR #1761:
URL: https://github.com/apache/datafusion-comet/pull/1761#discussion_r2098673404


##########
spark/src/test/scala/org/apache/comet/CometFuzzTestSuite.scala:
##########
@@ -220,12 +220,7 @@ class CometFuzzTestSuite extends CometTestBase with 
AdaptiveSparkPlanHelper {
   }
 
   test("Parquet temporal types written as INT96") {
-    // int96 coercion in DF does not work with nested types yet
-    // https://github.com/apache/datafusion/issues/15763
-    testParquetTemporalTypes(
-      ParquetOutputTimestampType.INT96,
-      generateArray = false,
-      generateStruct = false)
+    testParquetTemporalTypes(ParquetOutputTimestampType.INT96)

Review Comment:
   This is the only change on top of #1710.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to