I've switched to a git submodules approach and it seems to work fine. However, I've now discovered a larger problem: we're willing to use some Abseil functionality (such as the useful `string_view`) in Arrow headers (such as BinaryArray or BinaryBuilder). However, the Abseil headers aren't installed by the Arrow build procedure, so building anything else, such as parquet-cpp, currently fails. What should we do?
[ Full content available at: https://github.com/apache/arrow/pull/2501 ] This message was relayed via gitbox.apache.org for [email protected]
