andygrove commented on PR #3141:
URL: 
https://github.com/apache/datafusion-comet/pull/3141#issuecomment-3761197289

   > Thanks @andygrove what about fuzz testing?
   
   The test does use the fuzz data generator:
   
   ```scala
     test("unix_date") {
       val r = new Random(42)
       val schema = StructType(Seq(StructField("c0", DataTypes.DateType, true)))
       val df = FuzzDataGenerator.generateDataFrame(r, spark, schema, 1000, 
DataGenOptions())
   ```


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