Skip to content

Commit

Permalink
[ntuple] fix RNTupleMerger using old API
Browse files Browse the repository at this point in the history
  • Loading branch information
silverweed committed Jul 10, 2024
1 parent e9d61c7 commit 81000c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/src/RNTupleMerger.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void ROOT::Experimental::Internal::RNTupleMerger::Merge(std::span<RPageSource *>
}

const auto &columnDesc = descriptor->GetColumnDescriptor(columnId);
const auto colElement = RColumnElementBase::Generate(columnDesc.GetModel().GetType());
const auto colElement = RColumnElementBase::Generate(columnDesc.GetType());

// Now get the pages for this column in this cluster
const auto &pages = clusterDesc.GetPageRange(columnId);
Expand Down

0 comments on commit 81000c4

Please sign in to comment.