thomas-k-cameron opened a new issue, #4198:
URL: https://github.com/apache/arrow-datafusion/issues/4198

   **Describe the bug**
   When I tried to run this script, it shown an error.
   I believe that it worked before.
   
   ```sql
   CREATE EXTERNAL TABLE IF NOT EXISTS asdf STORED AS NDJSON LOCATION 
'some.ndjson';
   SELECT * FROM asdf LIMIT 5;
   ```
   > Execution("Unable to find factory for NDJSON")
   
   contents of the file is
   ```json
   {"asdf": 1}
   {"asdf": 2}
   ```
   
   **To Reproduce**
   Use that file and run that script.
   
   **Expected behavior**
   It should create a table.
   
   **Additional context**
   > datafusion-cli 14.0.0
   


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