You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In clp-s when an archive split happens while JsonFileIterator is partway through a buffer full of JSON data the full size of the buffer can be attributed to the total size of the first archive instead of being split correctly between the archives before and after the split.
CLP version
v0.1.1
Environment
ubuntu focal container
Reproduction steps
Compress a two line archive using an archive split threshold of 1 byte
Observe that the size of the second archive is reported as 0 bytes
The text was updated successfully, but these errors were encountered:
Bug
In clp-s when an archive split happens while JsonFileIterator is partway through a buffer full of JSON data the full size of the buffer can be attributed to the total size of the first archive instead of being split correctly between the archives before and after the split.
CLP version
v0.1.1
Environment
ubuntu focal container
Reproduction steps
The text was updated successfully, but these errors were encountered: