You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/01 19:32:24 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8805: includeFileNamePattern not working as expected

Jackie-Jiang commented on issue #8805:
URL: https://github.com/apache/pinot/issues/8805#issuecomment-1144051438

   @diogobaeder Pinot will create a `PathMatcher` from the given file name pattern, then iterate over all the files under the provided data dir and match it with the `PathMatcher`. So the traverse will be just over the `inputDirURI`.
   Good suggestion on adding a note to the doc to avoid the confusion. Do you want to help contribute that? You may submit a PR to this repo: https://github.com/pinot-contrib/pinot-docs


-- 
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@pinot.apache.org

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


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