[ntuple] Schema evolution fixes - #23196
Merged
Merged
Conversation
jblomer
force-pushed
the
ntuple-fix-evolution
branch
3 times, most recently
from
August 30, 2026 21:58
fe4b41b to
a879404
Compare
Test Results 22 files 22 suites 3d 15h 41m 56s ⏱️ For more details on these failures, see this check. Results for commit c0423bd. ♻️ This comment has been updated with latest results. |
jblomer
force-pushed
the
ntuple-fix-evolution
branch
3 times, most recently
from
September 1, 2026 11:30
35b0064 to
1942bf1
Compare
hahnjo
reviewed
Sep 2, 2026
hahnjo
left a comment
Member
There was a problem hiding this comment.
Some considerations for simplification
jblomer
force-pushed
the
ntuple-fix-evolution
branch
from
September 2, 2026 20:03
1942bf1 to
4c9c7d4
Compare
This was referenced Sep 3, 2026
Contributor
|
I can confirm that this fixes #23146 (at least in our workflow where I first noticed this). I'd appreciate a backport to 6.40.x if possible once merged. |
jblomer
force-pushed
the
ntuple-fix-evolution
branch
from
September 4, 2026 19:35
4c9c7d4 to
c0423bd
Compare
If during schema evolution a conversion streamer info is required, we have to load the schema info records from the ROOT file. If the RNTuple is loaded through the RMiniFile, this requires an extra call.
Contributor
Author
|
/backport to 6.40 |
|
Preparing to backport PR #23196 to branch 6.40 requested by jblomer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #23146
Fixes #17713