parthchandra commented on code in PR #3145:
URL: https://github.com/apache/datafusion-comet/pull/3145#discussion_r2692615985


##########
spark/src/test/scala/org/apache/comet/CometTemporalExpressionSuite.scala:
##########
@@ -122,4 +122,38 @@ class CometTemporalExpressionSuite extends CometTestBase 
with AdaptiveSparkPlanH
         StructField("fmt", DataTypes.StringType, true)))
     FuzzDataGenerator.generateDataFrame(r, spark, schema, 1000, 
DataGenOptions())
   }
+
+  test("datediff") {

Review Comment:
   Tests using dates from leap years would be fun to try. Try this - 
   ```
   datediff( 1900-03-01, 1900-02-27) != datediff(2000-03-01, 2000-02-27)  
   ```



-- 
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]

Reply via email to