Skip to content

Conversation

jblomer
Copy link
Contributor

@jblomer jblomer commented Sep 12, 2025

Follow up of #19763

ROOT::NTupleSize_t ROOT::RNTupleReader::GetNEntries() const
{
if (fCachedNEntries == ROOT::kInvalidNTupleIndex)
fCachedNEntries = fSource->GetNEntries();
Copy link
Member

@pcanal pcanal Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way fSource could be a nullptr? Either way, could the fCachedNEntries be set as soon as fSource is set?

Copy link

Test Results

    20 files      20 suites   3d 12h 21m 23s ⏱️
 3 664 tests  3 401 ✅   0 💤 263 ❌
71 468 runs  70 875 ✅ 330 💤 263 ❌

For more details on these failures, see this check.

Results for commit 4d5df2e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants