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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   ```
   >>> df = ctx.sql("CREATE EXTERNAL TABLE orders STORED AS PARQUET LOCATION 
'/mnt/bigdata/tpch/sf1-parquet/orders'")
   >>> df.show()
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   Exception: Arrow error: External error: Execution error: Job hZh0A3x failed: 
Error planning job hZh0A3x: DataFusionError(Internal("Unsupported logical plan: 
CreateExternalTable"))
   ```
   
   **Describe the solution you'd like**
   Make this work
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   None
   


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