Jackie-Jiang opened a new pull request #6668: URL: https://github.com/apache/incubator-pinot/pull/6668
## Description 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org