mcvsubbu opened a new pull request #3611: Fix segment merge command. URL: https://github.com/apache/incubator-pinot/pull/3611 Some old pinot segments were allowed with 0 documents. Considering those documents for start/end time causes minStartTime to become 0, an invalid value if auto-naming of segments is chosen. Also, the multi-reader did not allow for the fact that some segments may be smaller than others, so we need to iterate through all segments before throwing an exception.
---------------------------------------------------------------- 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]
