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

Uproot Subclasses #21

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Uproot Subclasses #21

wants to merge 2 commits into from

Conversation

BenGalewsky
Copy link
Owner

Problem

Fixes #20
For testing and development it's much more convenient to run an analysis locally using uproot instead of in spark. We need a way to run the exact same code on spark as locally with just a config change.

#Approach
Pulled the spark-specific stuff into a new class called an Executor which is set at config time. Created a new dataset based on uproot reader. Made the select_columns method gather up the dictionary of nested arrays and generated a native JaggedArray dictionary. This becomes a new dataset subclass, AwkwardDataset

The UDFs operate on the AwkwardDataset.

The FileDatasetManager depended on an instance of spark for querying datasets. Made a new subclass which just keeps the dataset definitions in a python dictionary.

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

Successfully merging this pull request may close these issues.

1 participant