eric-maynard commented on code in PR #932:
URL: https://github.com/apache/polaris/pull/932#discussion_r1943975840
##########
quarkus/admin/src/main/java/org/apache/polaris/admintool/BootstrapCommand.java:
##########
@@ -46,8 +46,6 @@ public class BootstrapCommand extends BaseCommand {
@Override
public Integer call() {
- warnOnInMemory();
Review Comment:
Oh, I see. I was wondering what would happen if someone explicitly
re-configured it back to the old implementation. But it wouldn't make sense to
do that anyway, so it doesn't matter. Removing dead code sounds good to me.
--
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]