Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0
Description
I'm trying to use Arrow Java (https://mvnrepository.com/artifact/org.apache.arrow/arrow-dataset/8.0.0) to read a parquet file from S3. It fails due to the native library being compiled without S3 support:
java.lang.RuntimeException: Got S3 URI but Arrow compiled without S3 support at org.apache.arrow.dataset.file.JniWrapper.makeFileSystemDatasetFactory(Native Method) at org.apache.arrow.dataset.file.FileSystemDatasetFactory.createNative(FileSystemDatasetFactory.java:35) at org.apache.arrow.dataset.file.FileSystemDatasetFactory.<init>(FileSystemDatasetFactory.java:31)
Attachments
Issue Links
- links to