morningman commented on a change in pull request #368: Add a frontend interface
for committing RoutineLoadTask
URL: https://github.com/apache/incubator-doris/pull/368#discussion_r239676952
##########
File path:
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadTaskInfo.java
##########
@@ -53,4 +68,16 @@ public void setLoadStartTimeMs(long loadStartTimeMs) {
public long getLoadStartTimeMs() {
return loadStartTimeMs;
}
+
+ public long getTxnId() {
+ return txnId;
+ }
+
+ abstract RoutineLoadTask createStreamLoadTask(long beId);
+
+ @Override
+ public boolean equals(Object obj) {
Review comment:
What if obj is not an instance of RoutineLoadTaskInfo?
You should check it first
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]