flyrain commented on code in PR #3340: URL: https://github.com/apache/polaris/pull/3340#discussion_r2666373630
########## persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/RelationalJdbcConfiguration.java: ########## @@ -18,8 +18,10 @@ */ package org.apache.polaris.persistence.relational.jdbc; +import io.smallrye.config.ConfigMapping; import java.util.Optional; +@ConfigMapping(prefix = "polaris.persistence.relational.jdbc") Review Comment: It is not 100% necessary. We could finish this PR first, then rebase #3281 to tackle this issue. -- 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]
