Skip to content

Commit 24c736b

Browse files
authored
Update Framework/Core/src/ArrowSupport.cxx
1 parent 42a6068 commit 24c736b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/Core/src/ArrowSupport.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
472472
}
473473
std::sort(ac.requestedDYNs.begin(), ac.requestedDYNs.end(), inputSpecLessThan);
474474
std::sort(ac.providedDYNs.begin(), ac.providedDYNs.end(), outputSpecLessThan);
475+
ac.spawnerInputs.clear();
475476
for (auto& input : ac.requestedDYNs) {
476477
if (std::none_of(ac.providedDYNs.begin(), ac.providedDYNs.end(), [&input](auto const& x) { return DataSpecUtils::match(input, x); })) {
477478
ac.spawnerInputs.emplace_back(input);

0 commit comments

Comments
 (0)