Add particlefile_to_v3_zarr() helper - #2811
Merged
VeckoTheGecko merged 19 commits intoAug 13, 2026
Merged
Conversation
Parquet metadata is parsed as bytes strings. This decodes them.
VeckoTheGecko
force-pushed
the
push-unusxmtrrptn
branch
from
August 12, 2026 08:06
5d843b7 to
06f1d58
Compare
for more information, see https://pre-commit.ci
VeckoTheGecko
commented
Aug 12, 2026
Contributor
Author
There was a problem hiding this comment.
I thought that this would be useful for the future as well
VeckoTheGecko
commented
Aug 12, 2026
| df = pl.read_parquet(from_parquet) | ||
| table = pq.read_table(from_parquet) | ||
|
|
||
| # TODO: Check for available memory here and fail as a safeguard? |
Contributor
Author
There was a problem hiding this comment.
This is intentionally left here. I think it would be good to discuss (or leave for a future PR)
VeckoTheGecko
commented
Aug 12, 2026
erikvansebille
left a comment
Member
There was a problem hiding this comment.
Looks good; a few comments/questions
erikvansebille
approved these changes
Aug 13, 2026
VeckoTheGecko
enabled auto-merge (squash)
August 13, 2026 06:51
VeckoTheGecko
disabled auto-merge
August 13, 2026 06:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds particlefile_to_v3_zarr helper, tests, and strategies for property based testing.
Note that this function is eager. This is noted in the docstring for the function.
Checklist
mainfor normal development,v3-supportfor v3 support)AI Disclosure