Tom Ebergen
Tom Ebergen
Since TileDB is an open source software, I would welcome any PR. It seems like it should be pretty easy to add, since it has python&R wrappers and many of...
Are you trying installing avro from a version of duckdb built from source? Then you will need to build the extension as well. Unsure how to do this in Swift,...
>Does this extension support tables with data in Azure blob storage? @corleyma not yet. I have a feeling that is the issue yea (i.e `blob.core.windows.net`)
Hi @tfglasswing, Thanks for filing the issue. The error "branch main has changed" is returned when the table you are writing to has been updated before the write has been...
Hi @richand112233, Can you provide some details about the available memory and number of cores for your machine? Thanks!
Hi Richand112233, Thanks! We've had a couple of regressions pop up/reported by users that we are going to be looking into. Hopefully we can get this fixed in an upcoming...
Hi @richand112233, I've been investigating this a bit more, and I think the culprit is a re-work in how we materialize reads from dataframes. To provide a workaround though, I...
@gaibelg does https://github.com/duckdb/duckdb-iceberg/issues/376 look related at all? Maybe the issue no longer exists on latest main? Or on v1.3.2?
Ah, yes. I think I know what the problem is, usually via Java clients, we call Prepare + execute for every statement. We are looking to fix this for v1.4.3
I agree that all engines should attempt to use the same types. It's important to note, however, that some of the aggregations have answers that overflow to int64, while all...