westonpace commented on issue #36432:
URL: https://github.com/apache/arrow/issues/36432#issuecomment-1641167339

   > yes,we think the hdfs implementation in java is inefficiently, so we want 
to use the libhdfspp
   
   It should be possible to create a new filesystem. Instead of changing 
HdfsFileSystem you can create HdfsppFileSystem.
   
   > libhdfspp doesn't use lock, however, it doesn't have a pread, so maybe 
that would be problem when you pread.
   
   Yes, if the library does not have pread then we have to do a seek followed 
by a read for `ReadAt`.


-- 
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]

Reply via email to