Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Apr 9, 2021
1 parent 0745742 commit 05eb179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions analytical_engine/core/loader/arrow_fragment_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ class ArrowFragmentLoader {
BOOST_LEAF_AUTO(partial_v_tables, LoadVertexTables());
BOOST_LEAF_AUTO(partial_e_tables, LoadEdgeTables());

auto basic_fragment_loader =
std::make_shared < vineyard::BasicEVFragmentLoader<OID_T, VID_T, partitioner_t>>(
client_, comm_spec_, partitioner, directed_, true, generate_eid_);
auto basic_fragment_loader = std::make_shared<
vineyard::BasicEVFragmentLoader<OID_T, VID_T, partitioner_t>>(
client_, comm_spec_, partitioner, directed_, true, generate_eid_);
auto frag = std::static_pointer_cast<vineyard::ArrowFragment<oid_t, vid_t>>(
client_.GetObject(frag_id));
for (auto table : partial_v_tables) {
Expand Down

0 comments on commit 05eb179

Please sign in to comment.