yujun777 commented on code in PR #28274:
URL: https://github.com/apache/doris/pull/28274#discussion_r1467190347
##########
fe/fe-core/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java:
##########
@@ -68,7 +68,7 @@
public class PartitionsProcDir implements ProcDirInterface {
public static final ImmutableList<String> TITLE_NAMES = new
ImmutableList.Builder<String>()
.add("PartitionId").add("PartitionName")
- .add("VisibleVersion").add("VisibleVersionTime")
+
.add("VisibleVersion").add("VisibleVersionTime").add("CommittedVersion")
Review Comment:
tool should not use postition to get field. mysql client can get field name
from response. put visiable version and commit version together for human
friendly readable.
--
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]