Skip to content

Commit 3898359

Browse files
committed
Load enmrs for all schemas during serialization.
1 parent 9b25263 commit 3898359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/sm/serialization/array.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Status array_to_capnp(
148148
array_builder->setQueryType(query_type_str(array->get_query_type()));
149149

150150
if (array->use_refactored_array_open() && array->serialize_enumerations()) {
151-
array->load_all_enumerations();
151+
array->load_all_enumerations(true);
152152
}
153153

154154
const auto& array_schema_latest = array->array_schema_latest();

0 commit comments

Comments
 (0)