Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When I try to make an external table using the DataFusion CLI I get an error:
Reproducer:
- Check out master
- Build via cd arrow/rust; cargo run --bin datafusion-cli
- run this query: create external table test(c1 boolean) stored as CSV location '/tmp/foo'
Expected Result: An external table is created successfully
Actual Result: An error is reported:
> create external table test(c1 boolean) stored as CSV location '/tmp/foo'; General("Unsupported logical plan variant") >
Attachments
Issue Links
- links to