Skip to content

Commit

Permalink
adapt hbase backend
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jun 12, 2024
1 parent 55c7f16 commit 32b9a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected void registerTableManager(HugeType type, HbaseTable table) {
@Override
protected final HbaseTable table(HugeType type) {
assert type != null;
HbaseTable table = this.tables.get(type);
HbaseTable table = this.tables.get(convertTaskOrServerToVertex(type));
if (table == null) {
throw new BackendException("Unsupported table type: %s", type);
}
Expand Down

0 comments on commit 32b9a28

Please sign in to comment.