-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-35964][table] Add the built-in function STARTSWITH & ENDSWITH #25156
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
Conversation
lincoln-lil
left a comment
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.
Only minor comments for the 1st commit.
.../flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/BaseExpressions.java
Outdated
Show resolved
Hide resolved
|
@flinkbot run azure |
1 similar comment
|
@flinkbot run azure |
|
The failed case |
lincoln-lil
left a comment
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.
@dylanhz thanks for your updates! LGTM
What is the purpose of the change
Add the built-in function STARTSWITH & ENDSWITH.
Examples:
Brief change log
FLINK-35964
FLINK-35965
Verifying this change
StringFunctionsITCase#startsWithTestCasesStringFunctionsITCase#endsWithTestCasesDoes this pull request potentially affect one of the following parts:
@Public(Evolving): (yes)Documentation