Skip to content

Commit

Permalink
[apache#3250] improve(catalog-jdbc-pg): Added missing @OverRide annot…
Browse files Browse the repository at this point in the history
…ation (apache#3267)

### What changes were proposed in this pull request?

Added `@Override` annotation on getTableBuilder in
PostgreSqlTableOperations

### Why are the changes needed?

Fix: apache#3250
  • Loading branch information
MukarramHaq authored and diqiu50 committed Jun 13, 2024
1 parent e07244d commit 5837c73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void initialize(
"The `jdbc-database` configuration item is mandatory in PostgreSQL.");
}

@Override
protected JdbcTable.Builder getTableBuilder(
ResultSet tablesResult, String databaseName, String tableName) throws SQLException {
boolean found = false;
Expand Down

0 comments on commit 5837c73

Please sign in to comment.