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: [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]

Reply via email to