We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b25263 commit 3898359Copy full SHA for 3898359
tiledb/sm/serialization/array.cc
@@ -148,7 +148,7 @@ Status array_to_capnp(
148
array_builder->setQueryType(query_type_str(array->get_query_type()));
149
150
if (array->use_refactored_array_open() && array->serialize_enumerations()) {
151
- array->load_all_enumerations();
+ array->load_all_enumerations(true);
152
}
153
154
const auto& array_schema_latest = array->array_schema_latest();
0 commit comments