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

Make RNTupleProcessor fully composable #17132

Open
1 of 3 tasks
enirolf opened this issue Nov 29, 2024 · 0 comments
Open
1 of 3 tasks

Make RNTupleProcessor fully composable #17132

enirolf opened this issue Nov 29, 2024 · 0 comments

Comments

@enirolf
Copy link
Contributor

enirolf commented Nov 29, 2024

Explain what you would like to see improved and how.

This issue is meant to collect PRs working towards making the RNTupleProcessor fully composable. Here "composable" means that each type of processor can be create from other processors (e.g., an RNTupleChainProcessor can be created from several RNTupleJoinProcessors or vice-versa). Since this will involve significant changes and additions to the existing RNTupleProcessor code, it seems sensible to split this effort over multiple PRs to hopefully make it a bit easier to review and keep track of the changes.

Three main steps are foreseen:

Additional code and test cleanups will also be tracked here.

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

No branches or pull requests

1 participant