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

[Bugfix] Can't load data to StarRocks json column #161

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

banmoy
Copy link
Collaborator

@banmoy banmoy commented Dec 9, 2022

What type of PR is this:

  • bugfix
  • feature
  • enhancement
  • refactor
  • others

Which issues of this PR fixes :

Fixes #159

Problem Summary(Required) :

Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.

Checklist:

  • I have added test cases for my bug fix or my new feature
  • I have added user document for my new feature or new function

@chaoyli chaoyli merged commit 464375a into StarRocks:main Dec 9, 2022
banmoy added a commit to banmoy/starrocks-connector-for-apache-flink that referenced this pull request Dec 14, 2022
Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.
banmoy added a commit to banmoy/starrocks-connector-for-apache-flink that referenced this pull request Dec 14, 2022
Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.
banmoy added a commit to banmoy/starrocks-connector-for-apache-flink that referenced this pull request Dec 14, 2022
Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.
banmoy added a commit to banmoy/starrocks-connector-for-apache-flink that referenced this pull request Dec 14, 2022
Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.
banmoy added a commit to banmoy/starrocks-connector-for-apache-flink that referenced this pull request Dec 14, 2022
Can't map a Flink String column(json string) to StarRocks JSON column. The reason is that StarRocksDynamicSinkFunctionV2 does not set StarRocksTableRowTransformer#columns, and StarRocksTableRowTransformer#typeConvertion will not check whether the received data is a json string, and can't map it to StarRocks JSON.
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

Successfully merging this pull request may close these issues.

Can't load data to StarRocks json column
3 participants