jackjlli commented on a change in pull request #6664: URL: https://github.com/apache/incubator-pinot/pull/6664#discussion_r591963664
########## File path: pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/CreateSegmentCommand.java ########## @@ -76,6 +76,9 @@ @Option(name = "-retry", metaVar = "<int>", usage = "Number of retries if encountered any segment creation failure, default is 0.") private int _retry = 0; + @Option(name = "-failOnEmptySegment", usage = "Option to fail the segment creation if output is an empty segment.") Review comment: Thanks for the pointer. Added in the latest push. ---------------------------------------------------------------- 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