jorisvandenbossche commented on issue #39006: URL: https://github.com/apache/arrow/issues/39006#issuecomment-1835683422
If I just remove `libparquet` from my dev env (but not with pyarrow built with pyarrow disabled), I do get the correct behaviour (pyarrow imports fine, importing pyarrow.parquet gives the expected error): ``` In [1]: import pyarrow as pa In [2]: import pyarrow.parquet as pq ... ImportError: The pyarrow installation is not built with support for the Parquet file format (libparquet.so.1500: cannot open shared object file: No such file or directory) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
