nbokarev opened a new issue, #756:
URL: https://github.com/apache/arrow-ballista/issues/756

   **Describe the bug**
   While running this query I get the following error
   ```
   create external table trips
   stored as parquet
   location 'files/fhv_tripdata_2023-01.parquet' ;
   ```
   
   ```
   SQL Error: Error while executing SQL "create external table trips
   stored as PARQUET
   location 'files/fhv_tripdata_2023-01.parquet'": Error building plan: 
Execution error: Unable to find factory for PARQUET
   ```
   
   Similar errors occur also with CSV source files:
   ```
   Unable to find factory for CSV
   ```
   
   Everything works normally with 0.10.0
   **To Reproduce**
   1. Run local ballista cluster with version 0.11.0
   ```
   ballista-scheduler
   ballista-executor
   ```
   
   2. Connect to it with Arrow Flight SQL JDBC (I use DBeaver)
   3. Run query to create table from parquet file, for example:
   ```
   create external table trips
   stored as parquet
   location '/Users/nikita.bokarev/files/fhv_tripdata_2023-01.parquet' ;
   ```
   
   **Expected behavior**
   I expect this queries to work on 0.11.0 as it works on 0.10.0
   
   **Additional context**
   I use Arrow Flight JDBC Driver from here: 
https://www.dremio.com/drivers/jdbc/
   


-- 
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: github-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to