-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
on 1.4.0
D INSTALL httpfs;
D LOAD httpfs;
D select count() from read_parquet('s3://overturemaps-us-west-2/release/2025-09-24.0/theme=divisions/type=division_area/');
IO Error:
Unknown error for HTTP GET to '/?encoding-type=url&list-type=2&prefix=release%2F2025-09-24.0%2Ftheme%3Ddivisions%2Ftype%3Ddivision_area%2F'
on 1.3.2
D INSTALL httpfs;
D LOAD httpfs;
D select count() from read_parquet('s3://overturemaps-us-west-2/release/2025-09-24.0/theme=divisions/type=division_area/');
┌────────────────┐
│ count_star() │
│ int64 │
├────────────────┤
│ 1047731 │
│ (1.05 million) │
└────────────────┘
Metadata
Metadata
Assignees
Labels
No labels