Skip to content

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Oct 1, 2025

…that Globs on HTTP file system will now throw

This fix an existing FIXME in the code, with what I believe is a sensible default.

This came up connected to running queries across different backends, and failure mode would be different, while the expected behaviour (I think) is no globs on http:// or https://.

Old behaviour can be enabled via SET allow_asterisks_in_http_paths = true; (and arguably, if this is to land now, default needs to be swapped)

@carlopi carlopi requested a review from samansmink October 2, 2025 10:39
@carlopi
Copy link
Collaborator Author

carlopi commented Oct 2, 2025

I like this, question on the default, unsure if going bold or keep it.

Reasons for forbid by default: it's reasonable, and you will get an error message so you know how to act

Reason to keep current default: no changes

Copy link
Collaborator

@samansmink samansmink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this, I don't think this should go in v1.4-andium though. This might break peoples workflow (albeit with an easy fix), so it should be pushed to v1.5.0

@carlopi carlopi changed the base branch from v1.4-andium to main October 2, 2025 11:17
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 this pull request may close these issues.

2 participants