You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/30 14:20:03 UTC

[GitHub] [pinot] KKcorps opened a new pull request #8440: Add big decimal conversion functions with fixed scale and precision

KKcorps opened a new pull request #8440:
URL: https://github.com/apache/pinot/pull/8440


   There are requirements sometimes when we need to limit the number of decimal places in the stored values. These transform functions can serve as a way to do that for `BigDecimal` data types. 
   
   Not sure if this is required though. Just thought of putting it out there in case a usecase comes such as handling currency data.
   
   The ideal solution should be the one suggested in issue #8418 which is WIP.
   
   
   Pending - 
   * Unit tests
   


-- 
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@pinot.apache.org

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



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