Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Oct 17, 2024
1 parent ca94756 commit 581d493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ default void createView(Identifier identifier, View view, boolean ignoreIfExists
* @throws DatabaseNotExistException if the database does not exist
*/
default List<String> listViews(String databaseName) throws DatabaseNotExistException {
throw new UnsupportedOperationException();
return Collections.emptyList();
}

/** Return a boolean that indicates whether this catalog allow upper case. */
Expand Down

0 comments on commit 581d493

Please sign in to comment.