Skip to content

Commit

Permalink
Remove duplicated TABLE_TABLES
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk authored and kokosing committed Jun 17, 2019
1 parent 1ab8b68 commit 1e31c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ private Set<QualifiedTablePrefix> getPrefixes(ConnectorSession session, Informat

private boolean isTablesEnumeratingTable(SchemaTableName schemaTableName)
{
return ImmutableSet.of(TABLE_COLUMNS, TABLE_VIEWS, TABLE_TABLES, TABLE_TABLES, TABLE_TABLE_PRIVILEGES).contains(schemaTableName);
return ImmutableSet.of(TABLE_COLUMNS, TABLE_VIEWS, TABLE_TABLES, TABLE_TABLE_PRIVILEGES).contains(schemaTableName);
}

private Set<QualifiedTablePrefix> calculatePrefixesWithSchemaName(
Expand Down

0 comments on commit 1e31c49

Please sign in to comment.