Starrocks cant support /u0001 unicode character appearing on the field

the character /u0001 in field text is wrong think as the line separator when using the flink write data to starrocks.

starrocks error like this “Error: Value count does not match column count. Expect 34, but got 35.”. if we use insert table xxx values(“hello\u0001world”),this operation will be think as two line,but actually table only have one line,so it throw this exception.

Could you mind to give me a reproduce example?