Skip to content

Commit 76ea0a4

Browse files
Backport to branch(3) : Add importTable without overrideColumnsType to DecoratedDistributedTransactionAdmin (#2477)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent a67c74d commit 76ea0a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/main/java/com/scalar/db/common/DecoratedDistributedTransactionAdmin.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ public void addNewColumnToTable(
189189
namespace, table, columnName, columnType, encrypted);
190190
}
191191

192+
@Override
193+
public void importTable(String namespace, String table, Map<String, String> options)
194+
throws ExecutionException {
195+
distributedTransactionAdmin.importTable(namespace, table, options);
196+
}
197+
192198
@Override
193199
public void importTable(
194200
String namespace,

0 commit comments

Comments
 (0)