mesejo commented on issue #399: URL: https://github.com/apache/arrow-datafusion-python/issues/399#issuecomment-1665288691
If anyone else encounters a similar issue, they may find helpful information regarding this behavior by referring to the section [Identifiers and Capitalization](https://arrow.apache.org/datafusion/user-guide/example-usage.html#identifiers-and-capitalization) of DataFusion's documentation. Reproducing for completeness: > Please be aware that all identifiers are effectively made lower-case in SQL, so if your csv file has capital letters (ex: Name) you must put your column name in double quotes or the examples won’t work. -- 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