lichuan6 opened a new pull request #1237:
URL: https://github.com/apache/arrow-datafusion/pull/1237


   Currently, creating an external table using
   
   ```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. This pr is a fix. 


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to