DongLiang-0 commented on code in PR #20: URL: https://github.com/apache/doris-kafka-connector/pull/20#discussion_r1607946223
########## src/main/java/org/apache/doris/kafka/connector/converter/schema/SchemaChangeManager.java: ########## @@ -162,6 +176,34 @@ private Map<String, Object> handleResponse(HttpUriRequest request, String respon } } + public boolean checkColumnExists(String database, String table, String columnName) Review Comment: Can this `checkColumnExists` method be put into `DorisSystemService` and be requested directly through jdbc instead of http? -- 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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org