imay commented on a change in pull request #1788: add param: 
doris_exchange_instances to set parallel after exchange
URL: https://github.com/apache/incubator-doris/pull/1788#discussion_r323536718
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/common/FeMetaVersion.java
 ##########
 @@ -130,4 +130,6 @@
     public static final int VERSION_59 = 59;
     // refactor date literal
     public static final int VERSION_60 = 60;
+    // add param: doris_shuffle_partitions
+    public static final int Version_61 = 61;
 
 Review comment:
   ```suggestion
       public static final int VERSION_61 = 61;
   ```

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