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: commits-unsubscr...@pinot.apache.org 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