gianm opened a new pull request, #18091: URL: https://github.com/apache/druid/pull/18091
Reworks the handling of path traversal to apply filter patterns to the entire relativized path, not just the filename. This helps with nested test files like `qaWin/basics_window_funcs.01.all.iq`. Previously, `-Dquidem.filter=qaWin/basics_window*` would not match that file, but `-Dquidem.filter=basics_window*` would. Now, the prior matches and the former does not. This is in line with the behavior of star (*) wildcards in shells, where they apply to individual path parts. -- 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]
