Details
-
Task
-
Resolution: Won't Fix
-
Unknown
-
None
-
None
-
None
-
None
Description
Zstd reported a bug in its block splitter. Since .NET/C# Driver v2.18.0, the driver uses a managed implementation ZstdSharp.Port, which is a C# port of the C implementation. We currently depend on ZstdSharp.Port 0.6.2. The recently released version 0.7.0 implements Zstd v1.5.4, which is affected by the bug. Zstd fixed the bug in v1.5.5. Thus it is possible that the C# impl is also affected by this bug.
We should confirm that ZstdSharp.Port 0.6.2 and 0.7.0 are affected by the block splitter bug and if so file a GitHub issue with the ZstdSharp.Port project.