comphead commented on issue #10415: URL: https://github.com/apache/datafusion/issues/10415#issuecomment-2099341041
Thanks @ryzhyk for reporting the issue, the full reproduce scenario would be helpful. I just tried similar approach but cannot reproduce. ``` $ echo -n "" > example.json $ ./datafusion-cli/target/debug/datafusion-cli DataFusion CLI v37.1.0 > select * from 'example.json'; 0 row(s) fetched. Elapsed 0.017 seconds. > select * from 'example.json' order by id; Schema error: No field named id. > ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
