dongxiaoman opened a new issue #6628: URL: https://github.com/apache/incubator-pinot/issues/6628
Right now we support big decimal via `BYTES` column and process data by functions like `sumprecesion`. It seems we cannot pre-build star tree for `sumprecesion`. Furthermore we need a mechanism to specify the parameter to that function. It can be a fixed value of `sumprecision(my_column, 40, 12)` but the 40, 12 needs to be specified ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
