Skip to content

Commit

Permalink
remove change in AbstractCatalog
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-024 committed Dec 18, 2024
1 parent 064f7a6 commit cc6eae1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ public void createTable(Identifier identifier, Schema schema, boolean ignoreIfEx
}

copyTableDefaultOptions(schema.options());

switch (Options.fromMap(schema.options()).get(TYPE)) {
case TABLE:
case MATERIALIZED_TABLE:
Expand Down

0 comments on commit cc6eae1

Please sign in to comment.