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 2021/03/12 00:22:39 UTC

[GitHub] [incubator-pinot] Jackie-Jiang removed a comment on pull request #6668: SumPrecision: support all data types and star-tree

Jackie-Jiang removed a comment on pull request #6668:
URL: https://github.com/apache/incubator-pinot/pull/6668#issuecomment-797145272


   Currently `SumPrecision` aggregation function only supports summing up the serialized BigDecimal bytes.
   
   This PR enhances the `SumPrecision` with:
   - All data type support (INT, LONG, FLOAT, DOUBLE, STRING) to perform exact sum
   - Star-tree support (e.g. `SumPrecision__col`)
   
   Other changes:
   - Move the `BigDecimal` related functions into `BigDecimalUtils`
   - Allow creating var-length dictionary for BYTES column


----------------------------------------------------------------
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:
users@infra.apache.org



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