JNSimba commented on code in PR #467: URL: https://github.com/apache/doris-flink-connector/pull/467#discussion_r1713247706
########## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/JdbcSourceSchema.java: ########## @@ -48,7 +53,7 @@ public LinkedHashMap<String, FieldSchema> getColumnInfo( DatabaseMetaData metaData, String databaseName, String schemaName, String tableName) throws SQLException { LinkedHashMap<String, FieldSchema> fields = new LinkedHashMap<>(); - // + LOG.info("Starting to get column info for table: {}", tableName); Review Comment: Would it be better to change it to debug? -- 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