Skip to content

Commit

Permalink
Add importTable without overrideColumnsType to DecoratedDistributedTr…
Browse files Browse the repository at this point in the history
…ansactionAdmin
  • Loading branch information
brfrn169 committed Jan 22, 2025
1 parent 99f8b45 commit af12f7c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,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 af12f7c

Please sign in to comment.