Jackie-Jiang commented on pull request #7285: URL: https://github.com/apache/pinot/pull/7285#issuecomment-897215150
We don't want to use `ColumnDataType.OBJECT` as the final result type. Since `AggregationFunction` requires a fixed final result type, we can use `ColumnDataType.STRING` to cover all types. For the ser/de, to cover all the data types, we might also want to add the support for `Float` and `ByteArray` in addition to `Int` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
