Skip to content

Commit 6a929e2

Browse files
committed
typofix
1 parent 1b53b8e commit 6a929e2

File tree

1 file changed

+1
-1
lines changed
  • persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc

1 file changed

+1
-1
lines changed

persistence/relational-jdbc/src/main/java/org/apache/polaris/persistence/relational/jdbc/DatabaseType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public InputStream getInitScriptResource(@Nonnull SchemaOptions schemaOptions) {
5555
} catch (IOException e) {
5656
throw new IllegalArgumentException("Unable to load file " + schemaOptions.schemaFile(), e);
5757
}
58-
} else if {
58+
} else {
5959
final String schemaSuffix;
6060
switch (schemaOptions.schemaVersion()) {
6161
case null -> schemaSuffix = "schema-v1.sql";

0 commit comments

Comments
 (0)