FlechazoW

Results 104 comments of FlechazoW

This issue has been open too long for us to help, if you still have the same problem, please re-open an issue.

首先,这个可能是设计存在问题,上游是实时采集插件时,比如,binlog、logminer时,下游的table参数应该要为"*",同时column 参数可以不需要配置,上下游的匹配关系则是通过“nameMapping”这个配置项。给你一个参考吧 ```json { "job": { "content": [ { "nameMapping": { "schemaMappings": { // key 为source端的schema name,value 为sink端的schema name "ORACLE": "chunjun_sink" }, "tableMappings": { // 下面这个配置表示,source端 ORACLE schema 下端source1表 对应下游的...

分支是1.10_release?还是master呢?

flink sql 双流join 可以学习这篇文章 https://www.cnblogs.com/Springmoon-venn/p/12719320.html

感谢提交pr,能拆成多个pr 提交嘛?另外,能建立一下对应的issue,把修复的问题具体描述下,方便其他小伙伴进行review,pr commit 模版[hotfix-#issueID][#fix-module] #fix-commit.