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 2019/10/14 07:23:17 UTC

[GitHub] [incubator-doris] imay opened a new issue #1978: Unify methods of scan_dir

imay opened a new issue #1978: Unify methods of scan_dir
URL: https://github.com/apache/incubator-doris/issues/1978
 
 
   Now, we have introduced Env interface to access file. And we have implemented posix implementation. In this implementation, we normalize the error code, it let us unify the information when error happens. But old functions don't leverage this interface.
   
   Now, I will reimplement scan_dir with Env's function and replace current callers.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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