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