Jackie-Jiang opened a new pull request #8310: URL: https://github.com/apache/pinot/pull/8310
In #7269 we added support for null time handling, but with 2 limitations: - It is not enabled by default - It does not support custom default value This PR addressed these 2 limitations by checking if the default value complies with the time format and is in valid time range (1971-01-01 to 2071-01-01). If so, use the custom default value; if not, fall back to the current time. ## Release Notes Removed config `allowNullTimeValue` from the `segmentsConfig`, and `null` time values are always filled with default values -- 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