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 5070593 commit 528ac6bCopy full SHA for 528ac6b
Framework/Core/src/AODReaderHelpers.cxx
@@ -192,6 +192,7 @@ struct Spawnable {
192
iws.clear();
193
iws.str(loc->defaultValue.get<std::string>());
194
outputSchema = ArrowJSONHelpers::read(iws);
195
+ o2::framework::addLabelToSchema(outputSchema, binding.c_str());
196
197
std::vector<std::shared_ptr<arrow::Schema>> schemas;
198
for (auto& i : spec.metadata) {
@@ -236,7 +237,6 @@ struct Spawnable {
236
237
238
Maker createMaker() const
239
{
- o2::framework::addLabelToSchema(outputSchema, binding.c_str());
240
return {
241
binding,
242
labels,
0 commit comments