Skip to content

Commit

Permalink
Make JdbcMetadata::getSchemaTableName public
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Apr 13, 2021
1 parent ee001f8 commit fe608f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public ConnectorTableMetadata getTableMetadata(ConnectorSession session, Connect
jdbcClient.getTableProperties(session, handle));
}

protected static SchemaTableName getSchemaTableName(JdbcTableHandle handle)
public static SchemaTableName getSchemaTableName(JdbcTableHandle handle)
{
return handle.isNamedRelation()
? handle.getRequiredNamedRelation().getSchemaTableName()
Expand Down

0 comments on commit fe608f2

Please sign in to comment.