Disallow glob paths with **
that is not a folder segment
#1820
Labels
good first issue
Good for newcomers
**
that is not a folder segment
#1820
Is your feature request related to a problem? Please describe.
Daft currently only correctly understands the
**
recursive wildcard when it is applied to a folder segment. I.e.s3://bucket/**.csv
is not valids3://bucket/**/*.csv
is valid and conveys the intended behaviorWe should provide an appropriate error message when we detect the former, or perhaps sanitize the input when we find instances of
**
not enclosed by/
.The text was updated successfully, but these errors were encountered: