andygrove commented on code in PR #362:
URL: https://github.com/apache/datafusion-comet/pull/362#discussion_r1588341950
##########
spark/src/test/scala/org/apache/comet/CometCastSuite.scala:
##########
@@ -635,9 +651,7 @@ class CometCastSuite extends CometTestBase with
AdaptiveSparkPlanHelper {
castTest(generateTimestamps(), DataTypes.IntegerType)
}
- ignore("cast TimestampType to LongType") {
- // https://github.com/apache/datafusion-comet/issues/352
- // input: 2023-12-31 17:00:00.0, expected: 1.70407078E9, actual:
1.70407082E15]
+ test("cast TimestampType to LongType") {
Review Comment:
This was incorrectly ignored
--
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]