kevin.lin

Results 5 comments of kevin.lin

I've also encountered this problem, and I can solve this problem by using the time zone parameter, I hope it can help you

> I've also encountered this problem, and I can solve this problem by using the time zone parameter, I hope it can help you docker run -itd \ --restart unless-stopped...

As the execution of the script takes a long time, I feedback by screenshot, the script is with syntax or select syntax but join lot of table , about 600...

EXECUTE CDCSOURCE dinky_paimon_auto_create_table WITH ( 'connector' = 'mysql-cdc', 'hostname' = '${host}', 'port' = '${port}', 'username' = '${username}', 'password'='******', 'checkpoint' = '10000', 'parallelism' = '1', 'scan.startup.mode' = 'initial', -- 'database-name' =...

> > > 空的建表语句发布 > > > > > > 初步排查发现源表存在驼峰的字段数据,但是小写字段数据可以正常流入,想询问有什么配置参数吗? > > 我的非驼峰字段也会出现这种情况,其中重要的发现就是字段类型为datetime 应该是涉及字段名为大写的都会出现这个情况,无论是cdc-source还是正常的flink-sql都是