Skip to content

Commit

Permalink
fix(interactive): Fix bug in ODPSFragmentLoader (alibaba#3460)
Browse files Browse the repository at this point in the history
Fix a bug.
  • Loading branch information
zhanglei1949 authored Dec 27, 2023
1 parent 898ec6b commit 64ebe09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flex/storages/rt_mutable_graph/loader/odps_fragment_loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ void ODPSFragmentLoader::addVertices(label_t v_label_id,
return std::dynamic_pointer_cast<IRecordBatchSupplier>(res);
}
};
return AbstractArrowFragmentLoader::AddVerticesRecordBatch(
v_label_id, v_files, record_batch_supplier_creator);
}

void ODPSFragmentLoader::loadVertices() {
Expand Down

0 comments on commit 64ebe09

Please sign in to comment.