Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持text 类型字段 #59

Open
melin opened this issue Jul 3, 2023 · 4 comments
Open

支持text 类型字段 #59

melin opened this issue Jul 3, 2023 · 4 comments

Comments

@melin
Copy link

melin commented Jul 3, 2023

mysql 数据库,使用text 类型字段场景不少,缺少对text 类型支持,会导致数据同步受限!

@banmoy
Copy link
Collaborator

banmoy commented Jul 25, 2023

Could you give a more detailed explanation? Do you mean mysql (text) -> spark -> starrocks?

@melin
Copy link
Author

melin commented Jul 25, 2023

是的,希望可以把mysql(text)同步到starrocks。

@banmoy
Copy link
Collaborator

banmoy commented Jul 28, 2023

What's the data mapping between mysql and spark? text -> StringType? If so, the connector could load the data to the STRING column of starrocks table?

@jaogoy
Copy link

jaogoy commented Sep 24, 2023

I think the main problem is not about the data type TEXT, it's about the ability of the supported length of STRING, right?
Otherwise, you can use STRING to define a STRING field instead of a TEXT field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants