avantgardnerio opened a new issue, #3640:
URL: https://github.com/apache/arrow-datafusion/issues/3640

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   In DataFusion, it appears there are S3 implementations for common cloud 
providers: AWS, Azure, GCP, etc. These implementations assume 
cloud-provider-specific things like REGION and default port. When trying to 
register a table at an arbitrary address in minio, it fails:
   
   ```
   /snap/bin/cargo run --color=always --bin datafusion-cli --manifest-path 
/home/bgardner/workspace/ballista/arrow-datafusion/datafusion-cli/Cargo.toml
       Finished dev [unoptimized + debuginfo] target(s) in 0.09s
        Running `target/debug/datafusion-cli`
   DataFusion CLI v12.0.0
   create external table customer stored as CSV DELIMITER '|' location 
's3://minioadmin:[email protected]:9000/tpch/customer.tbl';
   Internal("No suitable object store found for 
s3://minioadmin:[email protected]:9000/tpch/customer.tbl")
   ```
   
   **Describe the solution you'd like**
   
   The above syntax work.
   
   **Describe alternatives you've considered**
   
   N/A


-- 
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]

Reply via email to