Skip to content

Commit

Permalink
Update tiledb/sm/cpp_api/arrow_io_impl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
kounelisagis and ihnorton authored Sep 10, 2024
1 parent 4a91c3c commit 6ffb0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/cpp_api/arrow_io_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ int64_t flags_for_buffer(BufferInfo binfo) {

int64_t bytemap_to_bitmap(uint8_t* bytemap, int64_t num) {
// helper function from column_buffer class in libtiledbsoma
// not that it transforms bytemap _in place_ by design
// note that it transforms bytemap _in place_ by design, as we now own the buffer
// added null count return for convenience
int64_t nulls = 0;
int i_dst = 0;
Expand Down

0 comments on commit 6ffb0c3

Please sign in to comment.