You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/08/26 08:40:38 UTC

[GitHub] [druid] isandeep41 removed a comment on pull request #11462: fixes possible data truncation

isandeep41 removed a comment on pull request #11462:
URL: https://github.com/apache/druid/pull/11462#issuecomment-883530313


   @suneet-s I find that the below test case does call the `eval` function
   ```java
   assertExpr("bitwiseConvertLongBitsToDouble(bitwiseConvertLongBitsToDouble(4611686018427387904))", 1.0E-323);
   ```
   In this test case eval method only receives `2.0` value. 
   
   I will update if I can reproduce the method call with value greater than Long.MAX_VALUE or less than Long.MIN_VALUE


-- 
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: commits-unsubscribe@druid.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org