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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
