xiangfu0 commented on code in PR #17032:
URL: https://github.com/apache/pinot/pull/17032#discussion_r2449570844
##########
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/UploadSegmentCommand.java:
##########
@@ -79,6 +82,15 @@ public class UploadSegmentCommand extends
AbstractBaseAdminCommand implements Co
description = "Table type to upload. Can be OFFLINE or REALTIME")
private TableType _tableType = TableType.OFFLINE;
+ @CommandLine.Option(names = {"-customMetadata"}, required = false, split =
",",
Review Comment:
suggest also add an option to use a customMetadata json file
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]