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

[hotfix] Fix SUBSTR built-in function testcases #3696

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

yuxiqian
Copy link
Contributor

@yuxiqian yuxiqian commented Nov 7, 2024

PR #3537 and #3592 has some implicit conflicts that will cause CI failure.

#3537 changes SUBSTR function to 1-based index and corresponding test cases in #3592 didn't get updated yet.

@yuxiqian yuxiqian changed the title [hotfix] Fix SUBSTR built-in function syntax (it is 1-based index now.) [hotfix] Fix SUBSTR built-in function testcases Nov 7, 2024
Copy link
Contributor

@leonardBang leonardBang left a comment

Choose a reason for hiding this comment

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

Thanks @yuxiqian for the quick fix, will merge once CI pass

@yuxiqian
Copy link
Contributor Author

yuxiqian commented Nov 8, 2024

Done, all passing.

@leonardBang
Copy link
Contributor

CI passed ,merging...

@leonardBang leonardBang merged commit 5184c01 into apache:master Nov 8, 2024
31 checks passed
@yuxiqian yuxiqian deleted the hotfix/substr-test-failure branch November 8, 2024 06:00
yuxiqian added a commit to yuxiqian/flink-cdc that referenced this pull request Nov 8, 2024
…ilt-in function is 1-based index now

This closes apache#3696

(cherry picked from commit 5184c01)
Gianzie pushed a commit to Gianzie/flink-cdc that referenced this pull request Nov 12, 2024
yuxiqian added a commit to yuxiqian/flink-cdc that referenced this pull request Nov 13, 2024
…ilt-in function is 1-based index now

This closes apache#3696

(cherry picked from commit 5184c01)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants