-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 2After
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
Labels
bugSomething isn't workingSomething isn't working