Skip to content

Commit

Permalink
moved to request model
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-kumar-sharma committed Apr 7, 2021
1 parent 0da9de2 commit 6c8cb56
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3278,6 +3278,11 @@ public Table getTable(String catName, String dbName, String tableName, String va
throw new UnsupportedOperationException();
}

@Override
public Table getTable(GetTableRequest getTableRequest) throws MetaException, TException, NoSuchObjectException {
throw new UnsupportedOperationException();
}

@Override
public List<Table> getTableObjectsByName(String catName, String dbName,
List<String> tableNames) throws MetaException,
Expand Down

0 comments on commit 6c8cb56

Please sign in to comment.