Skip to content

Commit

Permalink
Set flags to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Apr 12, 2024
1 parent 80142e5 commit 8184070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtiledbsoma/test/common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ std::pair<std::unique_ptr<ArrowSchema>, ColumnIndexInfo> create_arrow_schema() {
attr->format = "l";
attr->name = "a0";
attr->n_children = 0;
attr->flags = 0;
attr->dictionary = nullptr;
attr->release = &ArrowAdapter::release_schema;

Expand Down

0 comments on commit 8184070

Please sign in to comment.