Skip to content

Pass DefinePerSample column to varied actions on request#22368

Open
vepadulano wants to merge 1 commit into
root-project:masterfrom
vepadulano:rdf-definepersample-varied-action
Open

Pass DefinePerSample column to varied actions on request#22368
vepadulano wants to merge 1 commit into
root-project:masterfrom
vepadulano:rdf-definepersample-varied-action

Conversation

@vepadulano
Copy link
Copy Markdown
Member

A varied action will be looking for column readers through its current variation name. In the case of an upstream Define, the node will return the correct reader based on the variation. In the case of an upstream DefinePerSample, given it can't depend on variations and it can't vary itself, we now return just the node itself.

Fixes #22367

A varied action will be looking for column readers through its current variation
name. In the case of an upstream Define, the node will return the correct reader
based on the variation. In the case of an upstream DefinePerSample, given it
can't depend on variations and it can't vary itself, we now return just the node
itself.

Fixes root-project#22367
@vepadulano vepadulano requested a review from hageboeck May 21, 2026 08:20
@vepadulano vepadulano self-assigned this May 21, 2026
@vepadulano vepadulano requested a review from martamaja10 as a code owner May 21, 2026 08:20
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 21, 2026

Test Results

    20 files      20 suites   3d 2h 16m 28s ⏱️
 3 854 tests  3 849 ✅ 0 💤 5 ❌
69 576 runs  69 568 ✅ 2 💤 6 ❌

For more details on these failures, see this check.

Results for commit dabd77b.

♻️ This comment has been updated with latest results.

@vepadulano vepadulano added the clean build Ask CI to do non-incremental build on PR label May 21, 2026
@vepadulano vepadulano closed this May 21, 2026
@vepadulano vepadulano reopened this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clean build Ask CI to do non-incremental build on PR in:RDataFrame

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong interaction of DefinePerSample with downstream varied action

1 participant