vigneshsiva11 commented on PR #3278: URL: https://github.com/apache/datafusion-comet/pull/3278#issuecomment-4068564027
Hi @andygrove, Thanks for the heads-up. I rebased this PR on the latest `main` and resolved the conflicts. During rebase, `ParquetDatetimeRebaseSuite.scala` no longer exists on `main`, so I moved the regression coverage to `CometTemporalExpressionSuite` (which is the active temporal test suite now), while keeping the same intent: - dictionary-encoded timestamp input - `datediff` execution path - Spark answer + operator verification I also preserved the `date_diff`alias handling fix in native code. -- 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]
