npawar opened a new pull request #6466: URL: https://github.com/apache/incubator-pinot/pull/6466
## Description https://github.com/apache/incubator-pinot/issues/6453 Do not fail segment creation if data source has 0 rows. Works for both offline and realtime tables. This PR simply adds some checks for totalDocs throughout the segment build and load path. This PR will not at all affect the regular case, of records > 0. ## Release Notes Creating a segment with 0 rows in the data file will not fail anymore. ---------------------------------------------------------------- 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. 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