coderfender commented on PR #3083:
URL: 
https://github.com/apache/datafusion-comet/pull/3083#issuecomment-3781070905

   I also found that the tests are not running on truly deterministic inputs . 
For example this test is failing (if I disable / change inputs for a test 
before that) :
   
   ```
     test("cast StringType to DecimalType(38,10) high precision") {
       withSQLConf(CometConf.getExprAllowIncompatConfigKey(classOf[Cast]) -> 
"true") {
         // TODO fix for Spark 4.0.0
         assume(!isSpark40Plus)
         val values = gen.generateStrings(dataSize, numericPattern, 
38).toDF("a")
         Seq(true, false).foreach(ansiEnabled =>
           castTest(values, DataTypes.createDecimalType(38, 10), testAnsi = 
ansiEnabled))
       }
     }
   
   ```
   
   
   ```
   [0e31,0E-10]                                   [0e31,null]
   
   ```


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