Skip to content

Commit

Permalink
Update old version of fill_metadata_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Jan 23, 2025
1 parent c3938b0 commit 0bbe9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/soma_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void SOMAArray::open(OpenMode mode, std::optional<TimestampRange> timestamp) {

validate(mode, name_, timestamp);
reset(column_names(), batch_size_, result_order_);
fill_metadata_cache();
fill_metadata_cache(timestamp_);
fill_columns();
}

Expand Down
3 changes: 2 additions & 1 deletion libtiledbsoma/src/soma/soma_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,8 @@ class SOMAArray : public SOMAObject {
std::optional<int64_t> _maybe_soma_joinid_shape_via_tiledb_current_domain();
std::optional<int64_t> _maybe_soma_joinid_shape_via_tiledb_domain();

void fill_metadata_cache();
void fill_metadata_cache(std::optional<TimestampRange> timestamp);

void fill_columns();

void fill_columns();
Expand Down

0 comments on commit 0bbe9e3

Please sign in to comment.