snleee opened a new issue, #11028: URL: https://github.com/apache/pinot/issues/11028
https://docs.pinot.apache.org/configuration-reference/schema#new-datetime-formats We have introduced the new datetime formats `e.g. EPOCH|MILLISECONDS|1` On the other hand, our granularity spec is still following the old format `e.g. 1:MILLISECONDS`. We should provide the support of new format for `DateTimeGranularitySpec` as well. Proposed change: ``` old format: size:timeUnit -> 1:MILLISECONDS new format: timeUnit|size -> MILLISECONDS|1 ``` -- 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]
