File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1880,7 +1880,10 @@ Status array_schema_serialize(
1880
1880
}
1881
1881
1882
1882
shared_ptr<ArraySchema> array_schema_deserialize (
1883
- SerializationType, span<const char >, shared_ptr<MemoryTracker>) {
1883
+ const ContextResources& resources,
1884
+ SerializationType,
1885
+ span<const char >,
1886
+ shared_ptr<MemoryTracker>) {
1884
1887
throw StatusException (Status_SerializationError (
1885
1888
" Cannot serialize; serialization not enabled." ));
1886
1889
}
@@ -1931,6 +1934,7 @@ std::tuple<
1931
1934
shared_ptr<ArraySchema>,
1932
1935
std::unordered_map<std::string, shared_ptr<ArraySchema>>>
1933
1936
deserialize_load_array_schema_response (
1937
+ const ContextResources& resources,
1934
1938
const URI&,
1935
1939
const Config&,
1936
1940
SerializationType,
You can’t perform that action at this time.
0 commit comments