obelix74 commented on code in PR #3523:
URL: https://github.com/apache/polaris/pull/3523#discussion_r2774480647


##########
runtime/admin/src/main/java/org/apache/polaris/admintool/BootstrapCommand.java:
##########
@@ -93,6 +93,11 @@ static class SchemaInputOptions {
           paramLabel = "<schema version>",
           description = "The version of the schema to load in [1, 2, 3, 
LATEST].")
       Integer schemaVersion;
+
+      @CommandLine.Option(
+          names = {"--include-metrics"},
+          description = "Include metrics schema tables during bootstrap.")
+      boolean includeMetrics;

Review Comment:
   Added tests.



-- 
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]

Reply via email to