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

DM-46339: fix regression in glob detection in query-datasets #1080

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Fix collection glob detection in query-datasets.

    CHAINED collections could masquerade as globs with the previous logic.
    With the new logic, we're probably trying to turn each string into a
    regex more than one time, but that shouldn't be very expensive.
    TallJimbo committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b9c8216 View commit details
    Browse the repository at this point in the history