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

Fix zstd compression in ab mode #833

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Conversation

ddelange
Copy link
Contributor

Title

Fix zstd compression in ab mode

Motivation

Fix #832

Tests

Added tests, confirmed they would fail without the change.

Work in progress

If you're still working on your PR, include "WIP" in the title.
We'll skip reviewing it for the time being.
Once you're ready to review, remove the "WIP" from the title, and ping one of the maintainers (e.g. mpenkov).

Checklist

Before you create the PR, please make sure you have:

  • Picked a concise, informative and complete title
  • Clearly explained the motivation behind the PR
  • Linked to any existing issues that your PR will be solving
  • Included tests for any new functionality
  • Checked that all unit tests pass

Workflow

Please avoid rebasing and force-pushing to the branch of the PR once a review is in progress.
Rebasing can make your commits look a bit cleaner, but it also makes life more difficult from the reviewer, because they are no longer able to distinguish between code that has already been reviewed, and unreviewed code.

@ddelange
Copy link
Contributor Author

@mpenkov could you merge #828 so these unit tests can run on all python versions? I only tested cp311 on my machine, and Github CI currently only tests cp37.

@mpenkov
Copy link
Collaborator

mpenkov commented Aug 15, 2024

OK, done.

@ddelange
Copy link
Contributor Author

all green 👍

@mpenkov
Copy link
Collaborator

mpenkov commented Aug 15, 2024

Great work @ddelange! Thank you!

@mpenkov mpenkov merged commit 472ef6e into piskvorky:develop Aug 15, 2024
26 checks passed
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.

zstd.ZstdCompressionWriter object has no attribute _FileLikeProxy__inner
2 participants