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

Update pipeline class to handle partitioned arrow files #579

Open
ddobie opened this issue Dec 13, 2024 · 0 comments · May be fixed by #582
Open

Update pipeline class to handle partitioned arrow files #579

ddobie opened this issue Dec 13, 2024 · 0 comments · May be fixed by #582
Assignees
Labels
enhancement New feature or request

Comments

@ddobie
Copy link
Collaborator

ddobie commented Dec 13, 2024

Planned upgrades to the VAST pipeline will mean that the measurements.arrow file becomes a partitioned file (i.e. measurements.arrow will become a directory containing several parquets).

Vaex can handle this, but the syntax is slightly different (you need to point at the individual parquets rather than the directory that contains them). Hence, vast-tools needs to be updated to handle this option too.

@ddobie ddobie added the enhancement New feature or request label Dec 13, 2024
@ddobie ddobie self-assigned this Dec 13, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant