marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
646 stars 97 forks source link

upgrade to Apache Arrow v17 #268

Closed derekperkins closed 3 weeks ago

derekperkins commented 3 weeks ago

There was a recent upgrade from v14 to v15. Is there any reason not to upgrade to the latest v17 library? https://pkg.go.dev/github.com/apache/arrow/go/v17

marcboeker commented 3 weeks ago

Hm, we're already running on v17: https://github.com/marcboeker/go-duckdb/blob/cf68f82e67168329901655c5397f32d98383674a/go.mod#L6

derekperkins commented 3 weeks ago

Sorry about that, I had this tab open for a few days, based on the v15 PR, but hadn't seen the latest one

We're working on getting this lib supported in Bazel, and the arrow dependency requires some work to support, which is why I asked. Sorry for the noise, and thanks for the great library!

marcboeker commented 3 weeks ago

No worries and great to hear about the Bazel integration 🙂