rich7420 opened a new pull request, #5877: URL: https://github.com/apache/datafusion-comet/pull/5877
## Which issue does this PR close? Closes #2945. ## Rationale for this change The temporal Parquet fuzz tests cover date columns in scalar, array and struct form but omit maps. ## What changes are included in this PR? Add a `map<date,date>` column to the existing test matrix. Compare maps without `ORDER BY` and assert native scans where Comet is enabled. Preserve the Spark answer checks when INT96 timestamp conversion disables Comet. ## How are these changes tested? All nine temporal variants pass locally on Spark 4.1.3. [Fork CI](https://github.com/rich7420/datafusion-comet/actions/runs/34576588382) passed, including the scans suites on Spark 3.4–4.2 and macOS Spark 4.0. -- 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]
