Skip to content

az:// <container> not work as expected #443

@aykut-bozkurt

Description

@aykut-bozkurt

Describe the bug
az:// <container> / <blob> like uris (e.g. az://testcontainer/ test.parquet ) do not work as of version 0.12.3 at pg_parquet CI tests with azurite.

This line change seems breaking the old behavior.

Before

pg_parquet=# COPY (SELECT a FROM test) TO 'az://testcontainer/test.parquet' WITH (format 'parquet');
COPY 2

After

pg_parquet=# COPY (SELECT a FROM test) TO 'az://testcontainer/test.parquet' WITH (format 'parquet');
ERROR:  failed to finish parquet writer: External: Generic MicrosoftAzure error: Error performing PUT http://localhost:10000/devstoreaccount1/testcontainer in 9.424375ms - Server returned non-2xx status code: 400 Bad Request:

Expected behavior
It works as before in a similar way azure:// prefix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions