-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Switch the default mode of SUBSTRING to be the 'legacy' mode #1735
Switch the default mode of SUBSTRING to be the 'legacy' mode #1735
Conversation
…y, so as not to be a breaking change. Original code change is in confluentinc#1635.
docs/syntax-reference.rst
Outdated
| | | by setting | | ||
| | | **Deprecated**: As of version 5.1 of KSQL the | | ||
| | | above version of ``SUBSTRING``is deprecated. | | ||
| | | Please set | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually, we don't want to use the word "please" in docs. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with one suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
…tes/ksql into default_substring_to_legacy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
NEW Description
Rather than switching the default mode of SUBSTRING to be legacy, as this PR originally intended, it now just leaves it as it was, (defaulting to the new mode), as per discussion here: #1682 (comment)
This PR now just contains some tidy up and test changes.
OLD Description
Testing done
Unit / functional.
Reviewer checklist