wgtmac commented on issue #2136: URL: https://github.com/apache/orc/issues/2136#issuecomment-3086775926
I think the main reasons to drop HDFS support are: 1. Lack of active maintainers. 2. No test coverage. 3. It takes pain to upgrade HDFS library each time. 4. Need to bring in extra dependency, especially something like Boost. We don't have builtin implementations for popular cloud object storage either. We do have an easy-to-implement InputStream interface so users can easily create an adaptation. If users are using Arrow, they can easily use ORC with HDFS support in it (which does not depend on HDFS support from the ORC side). -- 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]
