zixiao144 commented on issue #4092: URL: https://github.com/apache/flink-cdc/issues/4092#issuecomment-3182041722
[ERROR] Could not execute SQL statement. Reason: java.lang.ClassNotFoundException: org.apache.flink.streaming.api.functions.source.SourceFunction fliin2.1.0 版本 sql-clinet.sh 执行语句如下: CREATE TABLE aa ( SCHED_NAME STRING, LOCK_NAME STRING, PRIMARY KEY(LOCK_NAME) NOT ENFORCED ) WITH ( 'connector' = 'mysql-cdc', 'hostname' = 'localhost', 'table-name' = 'ss'); select * from aa; 出现上诉问题 -- 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: commits-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org