Jackie-Jiang opened a new pull request, #8960: URL: https://github.com/apache/pinot/pull/8960
- Integrate the validation logic into the constructor to avoid the overhead of extra validation and regex match - Remove the unnecessary format reconstruction - Cache `DateTimeFormatSpec` and `DateTimeGranularitySpec` within `DateTimeFieldSpec` to avoid parsing the spec string multiple times - Use the new introduced pattern format in #8632 - This can improve the performance of the `dateTimeConvert` function -- 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]
