apache / incubator-graphar

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

feat(c++): recover the BUILD_ARROW_FROM_SOURCE option #621

Closed acezen closed 3 weeks ago

acezen commented 3 weeks ago

Reason for this PR

There may be senerio that user want to build graphar as a whole static library that include all the dependencies. arrow's static distribution does not include some libraries like thrift, aws... So we may build arrow from the source.

What changes are included in this PR?

Are these changes tested?

yes

Are there any user-facing changes?

no