Sam Ansmink

Results 23 issues of Sam Ansmink

## Draft PR Note Pr still has some issues that have to be fixed/investigated: some jobs (ThreadSan, LinuxHTTPFS, R linux) sometimes fail with a random SIGILL during a test that...

As discussed in https://github.com/duckdb/duckdb/discussions/4460, adding fully qualified urls such as: ```SQL -- examples of "fully qualitified" S3_URI patterns select count(*) from 's3://endpoint:port/bucket/key?accessKey=accessKey&secretKey=secretKey[&sessionToken=sessionToken] (sessionToken is optional)' select count(*) from 's3://minioadmin:minioadmin@?scheme=http&endpoint_override=localhost%3A9000' ```...

good first issue
feature

This PR builds on top of https://github.com/duckdb/duckdb/pull/10372 to add comments on view columns as well. While generally pretty straightforward, small complexity is that the `COMMENT ON COLUMN` statement is identical...

This PR adds native support for HuggingFace urls to query hugging face datasets directly from DuckDB. ## Features - `hf://` url format support (including specifying the branch) - `hf://` url...

Merge Conflict

This PR adds better support for Extension updating. It adds on top of @carlopi's work with https://github.com/duckdb/duckdb/pull/11515 # Features ## Extension Repositories This PR introduces extension repositories. This is a...

This PR adds some missing links for extending the MultiFileReader Firstly I added a field`case_insensitive_map_t MultiFileReaderOptions::custom_options` for passing custom options. Secondly, I added the concept of a `MultiFileReaderGlobalState`. This is...

Due to some upstream changes, with the attach.db file missing the script would fail. Since we don't currently use it in the minio tests, we can just add an empty...

Currently the `credential_chain` provider will happily create a secret even though it did not find any credentials. In most cases this does not make sense and should probably just not...

Azure SDK seems to have a retry mechanism that is on by default: https://github.com/Azure/azure-sdk-for-cpp/blob/b8d2301931091bbc2374706da605e954ee4d9863/sdk/core/azure-core/inc/azure/core/http/policies/policy.hpp#L79. We would like to: - confirm/test that it works as expected - expose the configuration to...

This issue groups a few nice-to-have features we would like to see added. Issue will be updated as we think of more, feel free to contribute ideas - [ ]...