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

Fileset format for parquet inputs #734

Open
alexander-held opened this issue Oct 18, 2022 · 0 comments
Open

Fileset format for parquet inputs #734

alexander-held opened this issue Oct 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alexander-held
Copy link
Contributor

alexander-held commented Oct 18, 2022

Describe the bug
The expected fileset format for parquet inputs differs from the usual format used with ROOT files. For a processor.Runner with format="parquet", the expected format is

{"name": [list_of_files]}

while for other cases

{"name": {"files": [list_of_files], "metadata": {"some_metadata": 123}}

is supported (which is the more powerful format, as it allows to conveniently feed metadata to processors).

To Reproduce
Run run_parquet_job or a runner with format="parquet" using a fileset containing metadata.

Expected behavior
Same fileset format including metadata is supported.

Output

ValueError: For in-memory datasets, you cannot pass any additional arguments

Desktop (please complete the following information):
n/a

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant