yux created FLINK-36034: --------------------------- Summary: Remove dependencies of Flink table planner in Transform module Key: FLINK-36034 URL: https://issues.apache.org/jira/browse/FLINK-36034 Project: Flink Issue Type: Bug Components: Flink CDC Reporter: yux
Currently, transform module `BuiltinScalarFunction` redundantly relies on `org.apache.flink.table.functions.BuiltInFunctionDefinition`. Getting rid of it should allow CDC jobs running on Kubernetes clusters where such dependency isn't provided. -- This message was sent by Atlassian Jira (v8.20.10#820010)