inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[INLONG-10568][Sort] Change the starrocks connector UNKNOWN data type handle method

Open XiaoYou201 opened this issue 1 year ago • 0 comments

[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.

XiaoYou201 avatar Jul 05 '24 03:07 XiaoYou201