flink-cdc
flink-cdc copied to clipboard
[FLINK-35985][transform] transform rules support substring function
Currently, the startIndex of flink-cdc.substr starts from 0, while the startIndex of flink.substr starts from 1, and the startIndex of flink-cdc.substr cannot be less than 0. This is inconsistent with flink.substr and may cause trouble for users. This PR will solve these problems and provide a substring (Refer to flink-sql substring function) function to keep consistency with Flink SQL
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
Could @ruanhang1993 please take a look and remove the Stale label?