Skip to content

Commit

Permalink
test rtree checks
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar committed Aug 29, 2024
1 parent 223aad8 commit 00bb01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tiledb/sm/serialization/array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ void array_from_capnp(
throw_if_not_ok(
fragment_metadata_from_capnp(schema, frag_meta_reader, meta));
if (client_side) {
meta->loaded_metadata()->set_rtree_loaded();
// meta->loaded_metadata()->set_rtree_loaded();
}
fragment_metadata.emplace_back(meta);
}
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/serialization/fragment_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ single_fragment_info_from_capnp(
expanded_non_empty_domain,
meta};
// This is needed so that we don't try to load rtee from disk
single_frag_info.meta()->loaded_metadata()->set_rtree_loaded();
// single_frag_info.meta()->loaded_metadata()->set_rtree_loaded();

return {Status::Ok(), single_frag_info};
}
Expand Down

0 comments on commit 00bb01f

Please sign in to comment.