adriangb opened a new issue, #15309:
URL: https://github.com/apache/datafusion/issues/15309
### Describe the bug
```sql
CREATE EXTERNAL TABLE
test(
message TEXT,
day DATE
)
STORED AS PARQUET
LOCATION 'gs://bucket/*.parquet';
```
Where the data is laid out as
`gs://bucket/day=2025-1-1/randomid123.parquet'`.
Neither `gs://bucket/*.parquet` nor `gs://bucket/**/*.parquet` seem to work,
they both give:
`Object Store error: Object at location *.parquet not found: Client error
with status 404 Not Found: No Body`.
It seems the wildcard is not being interpreted properly.
### To Reproduce
_No response_
### 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]