Open heni02 opened 10 months ago
in subquery also has this problem create dynamic table dt8 as select c1,c3 from stream_81 where c1 in(select c1 from stream_8 where c1<12);
目前不支持两个source
暂时不支持
不解决 暂时只支持一个source
不支持的feature
Pending
Pending
Pending
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
not working on it
not working on it
not working on it
not working on it
not working on it
not working on it
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Pending processing
Is there an existing issue for the same bug?
Environment
Actual Behavior
stream_81 and stream_8 column c1 are same data,but dynamic table read c1 has same duplicate data
two source join results correct
ddl: create dynamic table dt8 as select a.c1,a.c2,a.c3 from stream_81 a join stream_8 b on a.c1=b.c1;
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response