Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making MergeReducedEvents optional #384

Open
riga opened this issue Jan 16, 2024 · 0 comments
Open

Making MergeReducedEvents optional #384

riga opened this issue Jan 16, 2024 · 0 comments
Labels
enhancement New feature or request priority-medium Medium priority stuff

Comments

@riga
Copy link
Member

riga commented Jan 16, 2024

In cases where merging is not required (e.g. if the files are so large that it would be 1-to-1 merging, of if it's simply not desired), it should be possible to skip it.

This is mean that subsequent tasks (UniteColumns, ProduceColumns, WriteHistograms, PrepareMLEvents, MLEvaluation) should have the option to directly retrieve their inputs from ReduceEvents.

This could be solved by having in intermediate wrapper-like task that provides the input with a clean interface, so that switches between different requires()/input() structures only exist once.

Also see #383.

@riga riga added enhancement New feature or request priority-medium Medium priority stuff labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium Medium priority stuff
Projects
Status: Todo
Development

No branches or pull requests

1 participant