Skip to content

Conversation

@vepadulano
Copy link
Member

This commit updates the implementation of the column reader retrieval in RVecDS to use GetColumnReaders with type_info instead of the older version. This in turn allows Snapshot to request the correct column reader when reading a Numpy-based dataset.

Fixes #20291

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

Test Results

    21 files      21 suites   4d 1h 56m 59s ⏱️
 3 745 tests  3 745 ✅ 0 💤 0 ❌
76 778 runs  76 778 ✅ 0 💤 0 ❌

Results for commit da72ac9.

♻️ This comment has been updated with latest results.

Copy link
Member

@hageboeck hageboeck left a comment

Choose a reason for hiding this comment

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

Kind of LGTM, but two things could be touched up.

This commit updates the implementation of the column reader retrieval in
RVecDS to use GetColumnReaders with type_info instead of the older
version. This in turn allows Snapshot to request the correct column
reader when reading a Numpy-based dataset.
@vepadulano vepadulano merged commit 87b65c3 into root-project:master Nov 11, 2025
29 of 30 checks passed
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.

Wrong interatction of FromNumpy and Snapshot

2 participants