Open
Description
Describe the enhancement requested
While reviewing:
I've realized that the following code path is never tested:
arrow/python/pyarrow/parquet/core.py
Lines 1807 to 1838 in e2a5b4e
I've tried to enable Parquet locally on the minimal Python example build but this would require to build with snappy and others. It would be good to have a test that exercises this code path.
This was tested before due to the use of legacy_dataset flag.
See:
Component(s)
Python