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

Segmentation fault when copying to Azure storage #39

Open
daviewales opened this issue Feb 19, 2024 · 1 comment
Open

Segmentation fault when copying to Azure storage #39

daviewales opened this issue Feb 19, 2024 · 1 comment

Comments

@daviewales
Copy link

This works:

INSTALL azure;
LOAD azure;

CREATE SECRET test (
      TYPE AZURE,
      PROVIDER CREDENTIAL_CHAIN,
      ACCOUNT_NAME 'test'
);

select * from 'az://test/test.csv';

This triggers a segmentation fault (in same session as above):

copy (select 1 as A, 2 as B) to 'az://test/test2.csv';

System Info

OS: Windows 11 and Linux (WSL)
Environment: Both PowerShell and WSL

❯ duckdb --version
v0.10.0 20b1486d11
@samansmink
Copy link
Collaborator

Azure writes are not yet supported, but we obviously shouldn't throw segfaults here. Thanks for reporting this!

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

2 participants