starrocks-connector-for-apache-flink icon indicating copy to clipboard operation
starrocks-connector-for-apache-flink copied to clipboard

[Docs]: BINARY类型映射不对

Open hubble-insight opened this issue 1 year ago • 2 comments

Link to the Docs

flink-connector-starrocks

Describe the Bug

image 估计是映射到: STRING VARCHAR BINARY

Additional Info

No response

hubble-insight avatar Dec 20 '23 12:12 hubble-insight

@banmoy PTAL 🙏

hellolilyliuyi avatar Dec 28 '23 03:12 hellolilyliuyi

There was no binary in starrocks before, and some users had special cases, so flink binary has been mapped to starrocks int. But since starrocks has supported binary, we will improve it in the future, and map flink binary to starrocks binary.

banmoy avatar Dec 28 '23 08:12 banmoy