Closed ddelange closed 3 months ago
@mpenkov could you merge https://github.com/piskvorky/smart_open/pull/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.
OK, done.
all green :+1:
Great work @ddelange! Thank you!
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:
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.