BePPPower opened a new issue, #15456:
URL: https://github.com/apache/doris/issues/15456

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   Currently, there are two sets of file readers in Doris. We need to integrate 
the old file reader into the new file reader.
   
   The purposes of the new file reader are:
   1. Simplifies the file reader interface, and abstracts the file system to 
facilitate access to different storage media.
       Accessing different storage media will have different file systems 
(except `streamLoadPipe`), and file readers are 
       generated from corresponding file system。
   2. Prepare for the introduction of File Cache in the future.
        We will import file cache for accessing `RemoteFileSystem` (such as 
HdfsFileSystem and S3FileSystem), and the logic of the file cache will be 
hidden inside the file reader so that for the upper-layer caller, the change of 
the file cache does not need to modify the upper-layer calling logic
   
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to