cambyzju commented on code in PR #28274:
URL: https://github.com/apache/doris/pull/28274#discussion_r1449722751
##########
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:
It is better add it as the last column.
Then old tools do not need to change, which used `show partitions`.
--
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]