yahoNanJing opened a new issue #2019: URL: https://github.com/apache/arrow-datafusion/issues/2019
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> To avoid community diverged, it's better to add several typical object store implementation to the datafusion-contrib. Then it will also be easier to do the maintenance and improvements. **Describe the solution you'd like** For HDFS access client implementation, since many other products, like Arrow, Implama, leverage the *libhdfs* whose real implementation is in Java provided by the official Hadoop community, we also prefer the same way. And from our testing result, the performance is not downgraded. Therefore, we hope to introduce datafusion-objectstore-hdfs to the datafusion-contrib as a standard way to access HDFS for DataFusion. **Additional context** #2013 -- 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]
