andygrove commented on issue #1983:
URL: 
https://github.com/apache/datafusion-comet/issues/1983#issuecomment-3032543382

   Another test failed and confirms that the issue is with reading decimals.
   
   The value for `c7` here is `0.98` in Spark but `0.65` in Comet.
   
   ```
   First difference at row 2:
   Spark: 
`false,-51,-20818,-2147483648,-32768,0.75996923,0.847645392651163,0.98,0.292978451873507573,2024-06-13,2024-05-06
 
06:52:54.765,䨕罅齺௚쉨햇⚤䇃,[49,50,51],false,109,-16556,-2050503136,8525030663349370862,0.27201045,NULL,0.05,0.212145654451256882,2024-06-16,2024-05-02
 00:12:05.49,123,[55,49,57,51,54,55,56,53,48,50,48,48,50,53,48,55,48,50,55]`
   Comet: 
`false,-51,-20818,-2147483648,-32768,0.75996923,0.847645392651163,0.65,0.292978451873507573,2024-06-13,2024-05-06
 
06:52:54.765,䨕罅齺௚쉨햇⚤䇃,[49,50,51],false,109,-16556,-2050503136,8525030663349370862,0.27201045,NULL,0.48,0.212145654451256882,2024-06-16,2024-05-02
 00:12:05.49,123,[55,49,57,51,54,55,56,53,48,50,48,48,50,53,48,55,48,50,55]`
   ```
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to