diogobaeder commented on issue #8805: URL: https://github.com/apache/pinot/issues/8805#issuecomment-1143674168
@kkrugler because it might have to traverse through all matching file paths according to the glob, and then filter in the ones that match `inputDirURI`, no? I mean, this is just speculation really, so I might be totally wrong as I don't know the implementation, but it's what my sense tells me the code is probably doing. Anyway, even if this is what happens, it's probably not a big deal (unless there's a case of traversing directories with too many paths, which depending on the implementation might be a bit slow). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
