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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]