yuxiqian commented on code in PR #4488:
URL: https://github.com/apache/flink-cdc/pull/4488#discussion_r3671686234
##########
flink-cdc-composer/src/test/resources/specs/string.yaml:
##########
@@ -147,3 +147,23 @@
DataChangeEvent{tableId=foo.bar.baz, before=[-1, 天地玄黄宇宙洪荒, {{天地玄黄宇宙洪荒}}],
after=[], op=DELETE, meta=()}
DataChangeEvent{tableId=foo.bar.baz, before=[], after=[0, null, {{null}}],
op=INSERT, meta=()}
DataChangeEvent{tableId=foo.bar.baz, before=[0, null, {{null}}], after=[],
op=DELETE, meta=()}
+- do: Additional String Search Functions
Review Comment:
Could you please ensure all new functions (and overloads) are covered here?
Splitting multiple spec blocks is favored for readability.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]