You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/29 02:41:41 UTC

[GitHub] [doris] BePPPower opened a new issue, #15456: [Enhancement](file reader) Refactor file reader

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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman closed issue #15456: [Enhancement](file reader) Refactor file reader

Posted by GitBox <gi...@apache.org>.
morningman closed issue #15456: [Enhancement](file reader) Refactor file reader
URL: https://github.com/apache/doris/issues/15456


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org