python-snappy icon indicating copy to clipboard operation
python-snappy copied to clipboard

Python bindings for the snappy google library

Results 35 python-snappy issues
Sort by recently updated
recently updated
newest added

If I want to compress or uncompress only a view of my string/data, I don't see a way to do that without creating a copy. Do you think this can...

Doesn't seem to be much support anywhere to decompress snappy files pulled down from hdfs.

«The stream identifier is always the first element in the stream.» according to «Snappy framing format description».

Fixes #137 , #140 This is a very simple implementation of "hadoop" format, but ought to work. I have not replicated the previous "guessing" technique, as there is actually no...

Hello, With the new release to 0.7.1 the I can't decompress CSV files generated by Trino, I think the issue is related with the Hadoop_snappy. Does anyone know how it...

![image](https://github.com/intake/python-snappy/assets/50660789/3788ec23-2e94-47b6-b3f1-5fcf542c709d) Is there something wrong with the new version python-snappy? ![image](https://github.com/intake/python-snappy/assets/50660789/7f758e71-35b9-4ff3-b544-00eb3752473a)

Sorry if this is such a silly question. With the new version upgrade to `0.7.1`, is there any recommendation on how to best migrate off `hadoop_snappy`. We used to use...

On MacOS 14.3, python 3.11.7, in a project that needs python-snappy as a dependency of another library (in this case, localstack). After installing snappy with brew, the attempt to build...

I follow the installation to install python-sappy on macOS (macOS 14.0), but got following errors: --------------------------- CPPFLAGS="-I/opt/homebrew/include -L/opt/homebrew/lib" pip3 install python-snappy Looking in indexes: https://pypi.python.org/simple, https://pypi.apple.com/simple Collecting python-snappy Using cached...

Hello, Which variable or definition should I change to set the desired window size? Thank you in advance.