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

   Casting data types to DoubleType which would be translated to f64 in Rust  
produces incorrect results since the results are casted back to int64 / 
LongType capping the value to Long.MAX_VALUE . The solution was to cast it to 
decimal type 


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