dimas-b commented on code in PR #3947:
URL: https://github.com/apache/polaris/pull/3947#discussion_r2940164585
##########
persistence/nosql/admin/cmd/src/main/java/org/apache/polaris/admintool/nosql/NoSqlCommand.java:
##########
@@ -34,6 +36,8 @@
},
mixinStandardHelpOptions = true,
description = "Sub-commands specific to NoSQL persistence.")
+@AdminSubCommand
+@Default
public class NoSqlCommand extends BaseNoSqlCommand {
@Inject protected Backend backend;
Review Comment:
Probably not... It was there before, I just did not notice 😅 Thx for the
pointer - removing.
--
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]