sclee01 commented on code in PR #2196: URL: https://github.com/apache/polaris/pull/2196#discussion_r2238599411
########## runtime/admin/src/main/java/org/apache/polaris/admintool/BaseCommand.java: ########## @@ -29,8 +30,11 @@ public abstract class BaseCommand implements Callable<Integer> { public static final int EXIT_CODE_USAGE = 2; public static final int EXIT_CODE_BOOTSTRAP_ERROR = 3; public static final int EXIT_CODE_PURGE_ERROR = 4; + public static final int EXIT_CODE_SCHEMA_ERROR = 5; @Inject MetaStoreManagerFactory metaStoreManagerFactory; + @Inject SchemaInitializer schemaInitializer; Review Comment: You're right. I changed it to take SchemaOptions instead for better encapsulation. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org