andygrove commented on PR #3265:
URL:
https://github.com/apache/datafusion-comet/pull/3265#issuecomment-4071146404
Tests are failing
```
- hour/minute/second with TimestampNTZ in non-UTC timezone *** FAILED ***
(140 milliseconds)
Expected only Comet native operators, but found Project.
plan: CometSort
+- CometColumnarExchange
+- Project [COMET: hour(ts_ntz#70663, Some(UTC)) is not fully
compatible with Spark (Incorrectly applies timezone conversion to TimestampNTZ
inputs (https://github.com/apache/datafusion-comet/issues/3180)). To enable it
anyway, set spark.comet.expression.Hour.allowIncompatible=true. For more
information, refer to the Comet Compatibility Guide
(https://datafusion.apache.org/comet/user-guide/compatibility.html).,
minute(ts_ntz#70663, Some(UTC)) is not fully compatible with Spark (Incorrectly
applies timezone conversion to TimestampNTZ inputs
(https://github.com/apache/datafusion-comet/issues/3180)). To enable it anyway,
set spark.comet.expression.Minute.allowIncompatible=true. For more information,
refer to the Comet Compatibility Guide
(https://datafusion.apache.org/comet/user-guide/compatibility.html).,
second(ts_ntz#70663, Some(UTC)) is not fully compatible with Spark (Incorrectly
applies timezone conversion to TimestampNTZ inputs
(https://github.com/apache/datafusion-comet
/issues/3180)). To enable it anyway, set
spark.comet.expression.Second.allowIncompatible=true. For more information,
refer to the Comet Compatibility Guide
(https://datafusion.apache.org/comet/user-guide/compatibility.html).]
+- CometSparkRowToColumnar
+- Scan ExistingRDD
```
--
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]