alamb opened a new issue #1242: URL: https://github.com/apache/arrow-datafusion/issues/1242
**Describe the bug** Currently, creating an external table using `datafusion-cli` with this sql: ```SQL CREATE EXTERNAL TABLE t(c1 int) STORED AS CSV with header row LOCATION 'foo.csv' ``` will fail when `with header row` tokens are in lower case. **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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]
