imay commented on a change in pull request #1176: Add persistence of load job v2
URL: https://github.com/apache/incubator-doris/pull/1176#discussion_r285829963
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/transaction/TransactionState.java
 ##########
 @@ -45,7 +45,8 @@
         FRONTEND(1),        // old dpp load, mini load, insert stmt(not 
streaming type) use this type
         BACKEND_STREAMING(2),         // streaming load use this type
         INSERT_STREAMING(3), // insert stmt (streaming type) use this type
-        ROUTINE_LOAD_TASK(4); // routine load task use this type
+        ROUTINE_LOAD_TASK(4), // routine load task use this type
+        LOAD_JOB(5); // load job v2 for broker load
 
 Review comment:
   ```suggestion
           BATCH_LOAD_JOB(5); // load job v2 for broker load
   ```

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

Reply via email to