JNSimba commented on code in PR #279:
URL: 
https://github.com/apache/doris-spark-connector/pull/279#discussion_r1986545753


##########
spark-doris-connector/spark-doris-connector-base/src/main/java/org/apache/doris/spark/client/DorisBackendThriftClient.java:
##########
@@ -146,6 +148,8 @@ public TScanOpenResult openScanner(TScanOpenParams 
openParams) throws ConnectedF
                             backend, result.getStatus().getStatusCode(), 
result.getStatus().getErrorMsgs());
                     continue;
                 }
+                logger.info("OpenScanner to '{}' tablets: [{}] success, 
context id: {}.", backend,
+                        StringUtils.join(openParams.tablet_ids, ","), 
result.getContextId());

Review Comment:
   we can also add how many data were read



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