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 f558210 commit 633e6fdCopy full SHA for 633e6fd
cpp/arcticdb/version/local_versioned_engine.cpp
@@ -1225,7 +1225,7 @@ MultiSymbolReadOutput LocalVersionedEngine::batch_read_and_join_internal(
1225
read_query = read_queries.empty() ? std::make_shared<ReadQuery>(): read_queries[idx],
1226
idx,
1227
read_options,
1228
- &component_manager](std::optional<AtomKey>&& opt_index_key) mutable {
+ component_manager](std::optional<AtomKey>&& opt_index_key) mutable {
1229
auto version_info = get_version_identifier(
1230
(*stream_ids)[idx],
1231
(*version_queries)[idx],
0 commit comments