Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read_parquet does not work with s3 links containing wildcard #1833

Open
prusswan opened this issue Aug 30, 2024 · 1 comment
Open

read_parquet does not work with s3 links containing wildcard #1833

prusswan opened this issue Aug 30, 2024 · 1 comment

Comments

@prusswan
Copy link

prusswan commented Aug 30, 2024

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');

image

HEAD, GET requests with 404 errors can also be seen in the console:

image

To Reproduce

LOAD httpfs;
LOAD spatial;

select count(*) from read_parquet('s3://overturemaps-us-west-2/release/2024-08-20.0/theme=places/type=place/part*.zstd.parquet');

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

@prusswan
Copy link
Author

Feel free to close if this is duplicate of #1040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant