Skip to content

Commit

Permalink
Add importTable without overrideColumnsType to DecoratedDistributedTr…
Browse files Browse the repository at this point in the history
…ansactionAdmin (#2476)
  • Loading branch information
brfrn169 committed Jan 22, 2025
1 parent a67c74d commit ca40c33
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ public void addNewColumnToTable(
namespace, table, columnName, columnType, encrypted);
}

@Override
public void importTable(String namespace, String table, Map<String, String> options)
throws ExecutionException {
distributedTransactionAdmin.importTable(namespace, table, options);
}

@Override
public void importTable(
String namespace,
Expand Down

0 comments on commit ca40c33

Please sign in to comment.