apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
328 stars 83 forks source link

feat: Meson Support for ADBC #1904

Closed WillAyd closed 5 days ago

WillAyd commented 3 weeks ago

This worked pretty well in nanoarrow so figured worth trying in ADBC. In the long run arrow-adbc would make for a nice addition to the Meson WrapDB - it would be an easy way to install the source for a desired set of driver(s)

In the immediate term, Meson really helps simplify the current CMake hoops you have to jump through to wrangle dependencies, and I think is easier to use

Fixes #1941.

lidavidm commented 3 weeks ago

@kou I think you're much more familiar with Meson, any thoughts?

lidavidm commented 6 days ago

@kou any other feedback here?

kou commented 5 days ago

No! Let's merge this.

kou commented 5 days ago

Do we need an associated issue before we merge this?

lidavidm commented 5 days ago

I attached #1941