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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]