Skip to content

error reading remote aws parquet files on 1.4.0 #145

@msmitherdc

Description

@msmitherdc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions