lgo opened a new issue #5904: URL: https://github.com/apache/incubator-pinot/issues/5904
Systems like Presto support a fixed decimal type, as documented in https://prestodb.io/docs/current/language/types.html#fixed-precision. Having this feature would help immensly for use-cases which need accurate aggregation for large numbers. In my particular use-case, I have a dataset where we produce and use Presto's fixed-decimal as `DECIMAL(38, 6)` as we need 6-decimal accuracy for relatively large numbers. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org