imay commented on a change in pull request #2083: Support sql mode
URL: https://github.com/apache/incubator-doris/pull/2083#discussion_r339591183
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/common/FeMetaVersion.java
 ##########
 @@ -138,4 +138,6 @@
     public static final int VERSION_63 = 63;
     // for table create time
     public static final int VERSION_64 = 64;
+    // support sql mode, change sql_mode from string to long
+    public static final int VERSION_65 = 65;
 
 Review comment:
   You should change FeConstants too.

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