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
The statement import lz4_raw cannot be resolved. That module is absent. I propose we use the popular lz4 library which would offer import lz4.frame and then `lz4.frame.decompress(...)
The text was updated successfully, but these errors were encountered:
A few issues when looking into Lz4Codec.py
import lz4_raw
cannot be resolved. That module is absent. I propose we use the popular lz4 library which would offerimport lz4.frame
and then `lz4.frame.decompress(...)The text was updated successfully, but these errors were encountered: