TangSiyang2001 commented on code in PR #19392:
URL: https://github.com/apache/doris/pull/19392#discussion_r1187361897
##########
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java:
##########
@@ -387,4 +389,9 @@ public void afterVisible(TransactionState txnState, boolean
txnOperated) {
super.afterVisible(txnState, txnOperated);
writeProfile();
}
+
+ @Override
+ protected String getResourceName() {
+ return cluster != null ? cluster : "N/A";
+ }
Review Comment:
As for the original `cluster` field in LoadStmt, do u think it seems a
little redundant?
--
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]