Skip to content

Commit

Permalink
Update ConnectorMetadata#listTables contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sopel39 committed Jul 31, 2021
1 parent 1f896ea commit 61077e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ default Optional<Object> getInfo(ConnectorTableHandle table)
}

/**
* List table and view names, possibly filtered by schema. An empty list is returned if none match.
* List table, view and materialized view names, possibly filtered by schema. An empty list is returned if none match.
*/
default List<SchemaTableName> listTables(ConnectorSession session, Optional<String> schemaName)
{
Expand Down

0 comments on commit 61077e6

Please sign in to comment.