Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LocalFS Prefix Query Does Not Match Filename Prefixes #97

Closed
RobertPearson opened this issue Oct 11, 2021 · 0 comments · Fixed by #106
Closed

LocalFS Prefix Query Does Not Match Filename Prefixes #97

RobertPearson opened this issue Oct 11, 2021 · 0 comments · Fixed by #106

Comments

@RobertPearson
Copy link

The LocalFS store will not match a filename prefix, it only matches folder prefixes:
if a file like /tests/users-2021-10-12.csv exists in the base of a LocalFS store.

  • a query for /tests will return the file
  • a query for /tests/users- will not return the file

This is different behavior from other store types that would return the file in both cases. This can cause issues when using creating an application that can operate with multiple different cloudstorage types.

SFTP (which has operates on a similar file system) has been built to behave the same as other store providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant