ray/python/requirements
siddgoel 0722cbb37e
Add support for snappy text decompression #22298 (#22486)
Adds a streaming based reading option for Snappy-compressed files. Arrow doesn't support streaming Snappy decompression since the canonical C++ Snappy library doesn't natively support streaming decompression. This PR works around this by doing streaming reads of snappy-compressed files using the streaming decompression API provided in the [python-snappy](https://github.com/andrix/python-snappy) package.

This commit supplies a custom datasource that uses Arrow + [python-snappy](https://github.com/andrix/python-snappy) to read and decompress Snappy-compressed files.

Co-authored-by: siddharth.goel <siddharth.goel@bytedance.com>
Co-authored-by: Chen Shen <scv119@gmail.com>
2022-03-15 13:52:22 -07:00
..
data_processing Add support for snappy text decompression #22298 (#22486) 2022-03-15 13:52:22 -07:00
ml [Tune] Remove unused autogluon requirement (#16587) 2022-03-11 16:54:23 -08:00
requirements_default.txt [Ray Usage Stats] Record cluster metadata + Refactoring. (#22170) 2022-02-08 22:12:36 -08:00