You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
qinxiang01
changed the title
【Lookup Join】在使用StarRocks连接器做lookup join 的时候,select的字段必须要和表字段一样
【BUG】【Lookup Join】在使用StarRocks连接器做lookup join 的时候,select的字段必须要和表字段一样
Jan 15, 2024
StarRocksSourceFlinkRows
类中的genFlinkRows()方法,循环体循环的是fieldVectors,这个应该是获取的表的所有字段长度可能会比selectedColumns选中的的字段要长,会导致后面出现数组索引越界。The text was updated successfully, but these errors were encountered: