andygrove commented on code in PR #3878:
URL: https://github.com/apache/datafusion-comet/pull/3878#discussion_r3066985198
##########
spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala:
##########
@@ -2173,6 +2173,42 @@ class CometExecSuite extends CometTestBase {
}
}
+ test("LocalTableScanExec with timestamps in non-UTC timezone") {
Review Comment:
No, `CometLocalTableScanExec` is in the `nativeExecs` map and controlled by
`COMET_EXEC_LOCAL_TABLE_SCAN_ENABLED`, not `COMET_SPARK_TO_ARROW_ENABLED`. The
`COMET_SPARK_TO_ARROW_ENABLED` config only applies to file scans.
--
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]