xiabaike commented on code in PR #34455:
URL: https://github.com/apache/doris/pull/34455#discussion_r1596163078
##########
fe/fe-common/src/main/java/org/apache/doris/common/FeMetaVersion.java:
##########
@@ -83,8 +83,11 @@ public final class FeMetaVersion {
// for java-udtf add a bool field to write
public static final int VERSION_131 = 131;
+ // support db comment
+ public static final int VERSION_132 = 132;
Review Comment:
@morrySnow Thank you for your suggestion. I have corrected it in the new
pull request: https://github.com/apache/doris/pull/34625
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]