apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.35k stars 3.49k forks source link

[Python] Better pytest parametrization for different compression codecs #29053

Open asfimport opened 3 years ago

asfimport commented 3 years ago

Follow-up for https://github.com/apache/arrow/pull/10717

Certain codecs are optional, we should have global pytest fixtures automatically applying the right pytest markers.

Reporter: Krisztian Szucs / @kszucs

Note: This issue was originally created as ARROW-13380. Please see the migration documentation for further details.

sahitya-pavurala commented 6 months ago

take