Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyujiang committed Aug 4, 2024
1 parent 7c5491b commit b752852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ protected void dropTableImpl(Identifier identifier) {
protected void createTableImpl(Identifier identifier, Schema schema) {
checkArgument(
!schema.options().containsKey(CoreOptions.PATH.key()),
"The FileSystemCatalog does not support specifying location when creating a table.");
"The JdbcCatalog does not support specifying location when creating a table.");
try {
// create table file
getSchemaManager(identifier).createTable(schema);
Expand Down

0 comments on commit b752852

Please sign in to comment.