alamb commented on issue #8994:
URL:
https://github.com/apache/arrow-datafusion/issues/8994#issuecomment-1910552062
I think this proposal makes a lot of sense to me
Seeing something like
```rust
CREATE EXTERNAL TABLE t(c1 int) STORED AS CSV LOCATION 's3://boo/foo.csv'
OPTIONS ('aws.credentials.basic.accesskeyid' 'asdasd',
'aws.credentials.basic.secretkey', 'asdasd',
'format.csv.scan.datetime_regex' 'asdasd',
'format.csv.sink.timestamp_format' 'asdasd',
'format.csv.sink.date_format' 'asdasd')
```
Seems pretty self explanatory and consistent with the other options as you
have pointed out.
To ease the transition, we could also make some sort of aliases that allow
the old keys to work too 🤔
--
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]