didip commented on PR #13027:
URL: https://github.com/apache/druid/pull/13027#issuecomment-1242590704
@gianm question, if it only matched just the filename, we lose the ability
to filter out junk subfolders per example below.
```
("db/date=2022-08-01/001.parquet", "db/date=2022-08-01/*.parquet"));
("db/date=2022-08-01/_junk/0/001.parquet", "db/date=2022-08-01/*.parquet"));
```
Sometimes, we don't have control over the input folder, this globing
technique will allow us to do so.
--
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]