eric-maynard commented on code in PR #1686:
URL: https://github.com/apache/polaris/pull/1686#discussion_r2150996588
##########
persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/JdbcMetaStoreManagerFactory.java:
##########
@@ -121,7 +121,7 @@ private DatasourceOperations
getDatasourceOperations(boolean isBootstrap) {
try {
DatabaseType databaseType = getDatabaseType();
databaseOperations.executeScript(
- String.format("%s/schema-v1.sql", databaseType.getDisplayName()));
+ String.format("%s/schema-v2.sql", databaseType.getDisplayName()));
Review Comment:
I kept it hardcoded since it was already hardcoded, but agreed it would be a
nice feature to be able to configure the version you want
--
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]