yiguolei commented on code in PR #16940:
URL: https://github.com/apache/doris/pull/16940#discussion_r1133599007
##########
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java:
##########
@@ -1177,6 +1213,105 @@ public TStreamLoadPutResult
streamLoadPut(TStreamLoadPutRequest request) {
return result;
}
+ public class ReportStreamLoadWorker implements Runnable {
Review Comment:
Add a seperate class file in load package, not in frontendservice.
--
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]