web3creator opened a new issue, #8421:
URL: https://github.com/apache/arrow-datafusion/issues/8421
### Describe the bug
datafusion-cli
❯ CREATE EXTERNAL TABLE test
STORED AS PARQUET
OPTIONS(
'region' 'xxx',
'access_key_id' 'xxxx',
'secret_access_key' 'xxxx'
)
LOCATION 'xxxxx';
Invalid or Unsupported Configuration: Found unsupported option access_key_id
with value xxxx for Parquet format!
❯
### To Reproduce
datafusion-cli
```
datafusion-cli
❯ CREATE EXTERNAL TABLE test
STORED AS PARQUET
OPTIONS(
'region' 'xxx',
'access_key_id' 'xxxx',
'secret_access_key' 'xxxx'
)
LOCATION 'xxxxx';
Invalid or Unsupported Configuration: Found unsupported option access_key_id
with value xxxx for Parquet format!
❯
```
### Expected behavior
_No response_
### Additional context
_No response_
--
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]