apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
192 stars 40 forks source link

feat(c++): deprecate the `building arrow dependency from source` building strategy #496

Closed acezen closed 3 weeks ago

acezen commented 1 month ago

Describe the enhancement requested

Currently, GraphAr C++ library support finding the arrow dependency in system or building arrow dependency from source. but since arrow itself has much dependency and we make them build with BUNDLED there has some problem:

Arrow provides install guide and it's easy to install arrow package in various environments. We can provide script for developer to install arrow dependency.

So I suggest we can deprecate the arrow dependency from source building strategy.

Component(s)

C++

acezen commented 1 month ago

@lixueclaire, what do you thank about this issue?