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

Compression helper? #94

Open
jonkeane opened this issue Sep 22, 2022 · 0 comments
Open

Compression helper? #94

jonkeane opened this issue Sep 22, 2022 · 0 comments

Comments

@jonkeane
Copy link
Contributor

Following #93 where compression will be set to None if it is None, uncompressed or none

In the future we might consider making this a bit less funky: using None meaningfully here is a bit odd compared to it being unspecified elsewhere... but the compression argument in pyarrow doesn't take uncompressed it takes None, so we would need to do a whole getter | setter thing for compression where we store "uncompressed" for all of them but then when we get it for writing we swap to None. Not sure if it's worth all of that, so let's kick that decision down the road.

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

No branches or pull requests

1 participant