mcvsubbu opened a new issue #3891: Segment upload failure due to invalid values in time column URL: https://github.com/apache/incubator-pinot/issues/3891 We currently check call SegmentValidator.isSegmentTimeValid() to check for time column being in range. This should be an easy check while generating the segment and fail fast in the generation phase rather than waiting until segment is pushed to the controller. We can still retain the check in the controller segment accept path.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
