yujun777 commented on code in PR #28274: URL: https://github.com/apache/doris/pull/28274#discussion_r1704965588
########## fe/fe-core/src/main/java/org/apache/doris/common/proc/PartitionsProcDir.java: ########## @@ -380,6 +380,9 @@ private List<Pair<List<Comparable>, TRow>> getPartitionInfosInrernal() throws An trow.addToColumnValue(new TCell().setStringVal(FeConstants.null_string)); } + partitionInfo.add(partition.getCommittedVersion()); Review Comment: cloud partition no committed version, no real meaning, no changed -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org