EmmyMiao87 commented on a change in pull request #1323: This commit has brought 
contribution to streaming mini load
URL: https://github.com/apache/incubator-doris/pull/1323#discussion_r295779532
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/common/FeMetaVersion.java
 ##########
 @@ -116,4 +116,8 @@
     public static final int VERSION_52 = 52;
     // Support exec_mem_limit in ExportJob
     public static final int VERSION_53 = 53;
+    // support strict mode and change timeout to long
+    public static final int VERSION_54 = 54;
+    // txn id has been record in load job
+    public static final int VERSION_55 = 55;
 
 Review comment:
   Because VERSION_54 already has been merged in master. Maybe someone already 
used in online environment.

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