Skip to content

Conversation

@seanzhougoogle
Copy link
Contributor

No description provided.

Copy link
Contributor

@albertshau albertshau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comments, otherwise lgtm

@Override
public TableDetail describeTable(String db, String table) throws TableNotFoundException, IOException {
return describeTable(db, null, table);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add a newline between methods

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done:)

}
@Override
public TableDetail describeTable(String db, @Nullable String schema, String table) throws TableNotFoundException,
IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done:)

private Optional<TableDetail.Builder> getTableDetailBuilder(DatabaseMetaData dbMeta, String db, String table)
throws SQLException {
private Optional<TableDetail.Builder> getTableDetailBuilder(DatabaseMetaData dbMeta, String db,
@Nullable String schema, String table) throws SQLException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done:)

@seanzhougoogle seanzhougoogle merged commit bd6ce74 into develop Oct 13, 2021
seanzhougoogle added a commit that referenced this pull request Oct 13, 2021
support schema for SQL Server Table Registry
seanzhougoogle added a commit that referenced this pull request Oct 13, 2021
support schema for SQL Server Table Registry
seanzhougoogle added a commit that referenced this pull request Oct 13, 2021
support schema for SQL Server Table Registry
seanzhougoogle added a commit that referenced this pull request Oct 13, 2021
support schema for SQL Server Table Registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants