alamb opened a new pull request, #10080:
URL: https://github.com/apache/arrow-datafusion/pull/10080

   ## Which issue does this PR close?
   
   closes https://github.com/apache/arrow-datafusion/issues/10072
   
   ## Rationale for this change
   
   See https://github.com/apache/arrow-datafusion/issues/10072
   
   Basically I want to be able to do:
   ```sql
   -- Create external table
   CREATE EXTERNAL TABLE sample
   STORED AS PARQUET
   OPTIONS(
       'aws.access_key_id' 'A',
       'aws.secret_access_key' 'B',
       'aws.endpoint' 'http://localhost:8080',
   )
   LOCATION 's3://sprox/sample.parquet';
   ```
   
   ## What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is 
sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   ## Are these changes tested?
   1. Support `aws.endpoint` as a config option
   2. Support http connections
   3. Add a better error message 
   
   ## Are there any user-facing changes?
   
   Can use http endpoints now
   


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