pitrou commented on issue #46256:
URL: https://github.com/apache/arrow/issues/46256#issuecomment-2857269712

   > We use HDFS at first, then we've developed a new file system that 
implements the HDFS interface for business and tech needs. To distinguish it 
from the hdfs, we used AFS as the new scheme header.
   
   The "hdfs" scheme is only about the _protocol_ used to communicate with the 
server, it doesn't say anything about the server's implementation.
   Just like the "s3" scheme only tells that you're talking S3 to the server, 
it doesn't mandate a particular server implementation (it can be AWS, Minio or 
others still).
   
   If your filesystem is talking the HDFS protocol, you shouldn't be adding a 
new URI scheme for it.
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to