szdrasiak opened a new issue #7443: URL: https://github.com/apache/arrow/issues/7443
pyarrow version = 0.17.1 **I have latest version installed but I cant import `S3FileSystem` from `pyarrow.fs` module.** I'm trying read parquet file from S3 using `read_table` with argument `use_legacy_dataset=False` to filter data without partitions, I tried to use file system from `s3fs` package but I'm getting ```filesystem` argument must be a FileSystem instance or a valid file system URI```. I tried pass full s3 url as source without `filesystem` parameter but I'm getting `Got S3 URI but Arrow compiled without S3 support` Why I'm missing `S3FileSystem` and is my approach to filter data on reading good? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
