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

Restore original behavior for URI extract functions #18612

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

martint
Copy link
Member

@martint martint commented Aug 9, 2023

This reverts commit 3befdbb which introduces a backward incompatible change to the behavior of those functions.

The original behavior was intentional, and dates back to when alternatives such as try() didn't exist. Changing their behavior requires more careful consideration and exploration of possible alternatives. If we decide to break compatibility, we may need a way to restore the legacy behavior during the transition.

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

This reverts commit 3befdbb which
introduces a backward incompatible change to the behavior of those
functions.

The original behavior was intentional, and dates back to when
alternatives such as try() didn't exist. Changing their behavior
requires more careful consideration and exploration of possible
alternatives. If we decide to break compatibility, we may need
a way to restore the legacy behavior during the transition.
@martint martint merged commit eea7330 into trinodb:master Aug 10, 2023
@martint martint deleted the url-functions branch August 10, 2023 01:27
@github-actions github-actions bot added this to the 423 milestone Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants