Re: [PR] [Improve] optimize mysql schema sync [doris-flink-connector]

2023-11-06 Thread via GitHub
cygnusdark closed pull request #204: [Improve] optimize mysql schema sync URL: https://github.com/apache/doris-flink-connector/pull/204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [PR] [Improve] optimize mysql schema sync [doris-flink-connector]

2023-11-06 Thread via GitHub
DongLiang-0 commented on PR #204: URL: https://github.com/apache/doris-flink-connector/pull/204#issuecomment-1794663680 The code seems to be a little behind the master branch. You need to rebase the master branch. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [Improve] optimize mysql schema sync [doris-flink-connector]

2023-10-09 Thread via GitHub
cygnusdark commented on code in PR #204: URL: https://github.com/apache/doris-flink-connector/pull/204#discussion_r1349946175 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/JsonDebeziumSchemaSerializer.java: ## @@ -406,12 +408,40 @@ public String extr

Re: [PR] [Improve] optimize mysql schema sync [doris-flink-connector]

2023-10-08 Thread via GitHub
DongLiang-0 commented on code in PR #204: URL: https://github.com/apache/doris-flink-connector/pull/204#discussion_r1349826947 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/JsonDebeziumSchemaSerializer.java: ## @@ -406,12 +408,40 @@ public String ext

[PR] [Improve] optimize mysql schema sync [doris-flink-connector]

2023-10-08 Thread via GitHub
cygnusdark opened a new pull request, #204: URL: https://github.com/apache/doris-flink-connector/pull/204 # Proposed changes Optimize mysql schema sync when creating doris table or making light schema change. ## Problem Summary: Currently, when the sync tool creates dori