MYiYang commented on code in PR #168: URL: https://github.com/apache/doris-spark-connector/pull/168#discussion_r1426411288
########## spark-doris-connector/src/main/java/org/apache/doris/spark/load/DorisStreamLoad.java: ########## @@ -98,6 +98,8 @@ public class DorisStreamLoad implements Serializable { private static final long cacheExpireTimeout = 4 * 60; private final LoadingCache<String, List<BackendV2.BackendRowV2>> cache; private final String fenodes; + //添加BENODES Review Comment: Ok , let me delete that -- 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