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
In my opinion, if data type is unknown, we should return origin data.
For example, while starrocks table not has a column named c1, but the user insert data has c1 and c1 value is ""(blank string) through flink, it will encounter IndexOfRangeException.
The text was updated successfully, but these errors were encountered:
XiaoYou201
pushed a commit
to XiaoYou201/starrocks-connector-for-apache-flink
that referenced
this issue
Jul 5, 2024
The starrocks connector handle UNKNOWN data type as same as json. It is unreasonable. So, it need to be modified.
starrocks-connector-for-apache-flink/src/main/java/com/starrocks/connector/flink/row/sink/StarRocksTableRowTransformer.java
Lines 126 to 135 in cc8689d
In my opinion, if data type is unknown, we should return origin data.
For example, while starrocks table not has a column named c1, but the user insert data has c1 and c1 value is ""(blank string) through flink, it will encounter IndexOfRangeException.
The text was updated successfully, but these errors were encountered: