blaginin commented on PR #13576:
URL: https://github.com/apache/datafusion/pull/13576#issuecomment-2510200433
I think it should work differently - you should specify whether a value is
case-sensitive per item. For example, an AWS password would be case-sensitive,
but `has_header` would be case-insensitive. Otherwise this doesn't work:
```sql
CREATE EXTERNAL TABLE test
STORED AS CSV
LOCATION 'data.csv'
OPTIONS ('has_header' 'TRUE');
Error parsing TRUE as bool
caused by
External error: provided string was not `true` or `false`
```
--
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]