You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select count(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part-00001-93118862-ebe9-4b31-8277-1a87d792bd5d-c000.zstd.parquet');
This does not work:
select count(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part*.zstd.parquet');
HEAD, GET requests with 404 errors can also be seen in the console:
To Reproduce
LOAD httpfs;
LOAD spatial;
selectcount(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part*.zstd.parquet');
What happens?
This works:
select count(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part-00001-93118862-ebe9-4b31-8277-1a87d792bd5d-c000.zstd.parquet');
This does not work:
select count(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part*.zstd.parquet');
HEAD, GET requests with 404 errors can also be seen in the console:
To Reproduce
https://shell.duckdb.org/#queries=v0,LOAD-httpfs~%0ALOAD-spatial~%0A%0Aselect-count(*)-from-read_parquet('s3%3A%2F%2Foverturemaps%20us%20west%202%2Frelease%2F2024%2008%2020.0%2Ftheme%3Dplaces%2Ftype%3Dplace%2Fpart*.zstd.parquet')~
Other example queries can be found here: https://docs.overturemaps.org/getting-data/duckdb/#example-queries
Browser/Environment:
Firefox 127.0
Device:
laptop
DuckDB-Wasm Version:
1.28.1-dev258.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
PW
Affiliation:
none
The text was updated successfully, but these errors were encountered: