wgtmac commented on PR #1864:
URL: https://github.com/apache/orc/pull/1864#issuecomment-2024277655
```
CMake Error at
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR date_time) (Required is at
least version "1.72.0")
```
It seems that the latest version of libhdfspp has a dependency on boost,
which we don't want to add to our dependencies.
The ORC C++ library usually is integrated into larger systems which have
built-in filesystem implementation and simply adapt `orc::InputStream` to their
parities. As libhdfspp has been introduced 7 years ago and has not been
actively maintained, I'd propose to remove its support. @dongjoon-hyun
@stiga-huang WDYT?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]