JNSimba commented on code in PR #243:
URL: 
https://github.com/apache/doris-flink-connector/pull/243#discussion_r1404100841


##########
flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/serializer/JsonDebeziumSchemaSerializer.java:
##########
@@ -105,6 +109,7 @@ public JsonDebeziumSchemaSerializer(DorisOptions 
dorisOptions,
         this.firstLoad = true;
         this.firstSchemaChange = true;
         this.schemaChangeManager = new SchemaChangeManager(dorisOptions);
+        this.dorisSystem = new DorisSystem(dorisOptions);

Review Comment:
   DorisSystem needs to pass in jdbc-url, which was not required in previous 
versions. Can it be made compatible?



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

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to