elonazoulay opened a new issue, #10073: URL: https://github.com/apache/pinot/issues/10073
Happy New Year! We noticed that creating a segment fails due to TimeUtils.VALID_MIN_TIME_MILLIS being 1971/01/01 instead of 1970/01/01, i.e. 0 epoch millis. Is this intended? Context: The TimeUtils.isValidInterval check fails. This is invoked by SegmentColumnarIndexCreator.writeMetadata (if skip check is enabled) and always invoked by PinotSegmentUploadDownloadRestletResource.uploadSegment. Is this intentional or should the min time be changed? -- 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.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