mbutrovich commented on code in PR #1664: URL: https://github.com/apache/datafusion-comet/pull/1664#discussion_r2052598103
########## spark/src/test/scala/org/apache/comet/CometFuzzTestSuite.scala: ########## @@ -206,10 +206,15 @@ class CometFuzzTestSuite extends CometTestBase with AdaptiveSparkPlanHelper { } private def testParquetTemporalTypes( - outputTimestampType: ParquetOutputTimestampType.Value): Unit = { + outputTimestampType: ParquetOutputTimestampType.Value, + generateArray: Boolean = true, Review Comment: For this PR I'd just like to match existing functionality. We should open an issue to add map coverage to the CometFuzzTestSuite. -- 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