-
Currently, '`porter`' stemmer is used by default for duckdb indexing here https://github.com/huggingface/datasets-server/pull/1296/files#diff-d9a2c828d7feca3b7f9e332e040ef861e842a16d18276b356461d2aa34…
-
Parquet file created from pandas cannot be read with compression=“brotli”
![image](https://github.com/user-attachments/assets/e086b95e-8e3a-4066-8893-571cf9993132)
Add support compression codec "B…
-
Getting the following error on the signup page:
```
POST http://localhost:8000/undefined/api/v1/signup 404 (Not Found)
```
-
Scenario is working with very large (many GB) csv files and wanting to save them to parquet files after processing without reading/collecting them entirely into memory.
I know how to do this with …
-
I like the UX of this extension, being able to do some quick filtering on a Parquet file etc. using SQL is nice. DuckDB also supports other files types, could this extension support those as well? Or …
-
### What happens?
The json extension installs successfully. When the extension is loaded, the API throws exception:
> Unhandled exception at 0x00007FFD57608DA8 (json.duckdb_extension) in test.ex…
-
Today, I'd like to ask for a small feature request, which – I think – could be useful to more people than just me.
It's about cross-compiling Go programs which shall use DuckDB. While building a bi…
-
**Is your feature request related to a problem? Please describe.**
DuckDB macros are temporary. They're scoped to a connection where they're created.
**Describe the solution you'd like**
I would …
taras updated
14 hours ago
-
When I try creating a secret as follows:
```
CREATE SECRET s3secret (
TYPE S3,
PROVIDER CREDENTIAL_CHAIN,
CHAIN 'process',
PROFILE 'testprof'
);
```
I get a return of true but…
-
Sorry that this issue is not really specific to this extension, but this is just the first time I am trying to use an extension:
Can this extension be used using a
```SQL
INSTALL extensionname F…