You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/10 00:06:11 UTC

[GitHub] jackjlli opened a new pull request #3671: Make different PinotFS concrete classes have the same behaviors

jackjlli opened a new pull request #3671:  Make different PinotFS concrete classes have the same behaviors
URL: https://github.com/apache/incubator-pinot/pull/3671
 
 
   Currently different PinotFS behaves differently. 
   E.g., as for `listFile(URI, true)` LocalPinotFS lists all the files and directories, while HadoopPinotFS only list non-dir files.
   This PR:
   * makes sure that these two `FS` have the same behaviors.
   * follows up from https://github.com/apache/incubator-pinot/pull/3589
   * unit tests added.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org