inlong
inlong copied to clipboard
[INLONG-10568][Sort] Change the starrocks connector UNKNOWN data type handle method
[INLONG-10568][Sort] Change the starrocks connector UNKNOWN data type handle method
Fixes #10568
Motivation
The starrocks connector handle UNKNOWN data type as same as json. It is unreasonable. So, it need to be modified.
Modifications
-
Copy the starrocks connector class code.
-
Add the UNKOWN data type handle statement.