aidankovacic-8451 opened a new pull request, #599:
URL: https://github.com/apache/arrow-ballista/pull/599

   # Which issue does this PR close?
   This closes #294 
   
    # Rationale for this change
   Allows users to utilize Azure Blob Storage
   
   # What changes are included in this PR?
   Adds support for Azure Blob Storage as done in #308 
   
   # Are there any user-facing changes?
   No
   
   We tested this on our Azure infrastructure as shown below and it works fine.
   
   ```
   Ballista CLI v0.10.0
   ❯ CREATE EXTERNAL TABLE test STORED AS CSV WITH HEADER ROW LOCATION 
'azure://users/******/dummy.csv';
   0 rows in set. Query took 0.573 seconds.
   ❯ SELECT * FROM test;
   +---+---+
   | a | b |
   +---+---+
   | 1 | 2 |
   +---+---+
   1 row in set. Query took 0.948 seconds.
   ```


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