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/07/18 15:25:15 UTC

[GitHub] [druid] isandeep41 opened a new issue #11461: possible data truncation

isandeep41 opened a new issue #11461:
URL: https://github.com/apache/druid/issues/11461


   module: druid-core
   class: UnivariateMathFunction
   Base class for a single variable input mathematical Function, with specialized 'eval' implementations that operate on primitive number types
   
    ```java
    protected ExprEval eval(double param)
       {
         return eval((long) param);
       }
   ```


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


[GitHub] [druid] asdf2014 closed issue #11461: possible data truncation

Posted by GitBox <gi...@apache.org>.
asdf2014 closed issue #11461:
URL: https://github.com/apache/druid/issues/11461


   


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