jackjlli opened a new pull request #3838: Fix listFiles method in HadoopPinotFS
URL: https://github.com/apache/incubator-pinot/pull/3838
 
 
   Currently the existing behavior of `listFiles()` in HadoopPinotFS only 
returns pure files instead of both files and directories, which makes 
SegmentDeletionManager doesn't work in HDFS.
   
   This PR changes the behavior so that both files and directories can be 
returned by calling `listFiles()`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pinot.apache.org
For additional commands, e-mail: dev-h...@pinot.apache.org

Reply via email to