chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

[Question]请问现在是不支持多表join采集吗

Open purple910 opened this issue 1 year ago • 0 comments

Search before asking

  • [ ] I had searched in the issues and found no similar question.

  • [ ] I had googled my question but i didn't get any help.

  • [ ] I had read the documentation: ChunJun doc but it didn't help me.

Description

我配置输入表:T_USER_V1表,T_LOG_V1表,输出表:T_PROCESS_V1;使用T_LOG_V1关联T_USER_V1后,向T_PROCESS_V1保存数据。 但是在com.dtstack.chunjun.connector.jdbc.converter.JdbcSqlConverter#toInternal中进行结果只处理时,toInternalConverters只有T_LOG_V1的,没有T_USER_V1,导致在处理T_USER_V1结果值时报错

Code of Conduct

purple910 avatar Sep 13 '23 07:09 purple910