Jackie-Jiang commented on issue #7786: URL: https://github.com/apache/pinot/issues/7786#issuecomment-972363645
We don't have a data type for date time as of now, so we need to use other data type (`STRING`, `INT` or `LONG`) to represent the values. We process date time fields the same way as dimensions and metrics, so the ordering must be aligned with the data type. Ordering date time field differently will cause wrong result. -- 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]
