gavinchou commented on code in PR #58515:
URL: https://github.com/apache/doris/pull/58515#discussion_r2571420251
##########
fe/fe-core/src/main/java/org/apache/doris/tablefunction/MetadataGenerator.java:
##########
@@ -1679,7 +1679,8 @@ private static void
partitionsForInternalCatalog(UserIdentity currentUserIdentit
trow.addToColumnValue(new
TCell().setIntVal(partition.getDistributionInfo()
.getBucketNum())); // BUCKET_NUM
trow.addToColumnValue(new
TCell().setLongVal(partition.getCommittedVersion())); // COMMITTED_VERSION
- trow.addToColumnValue(new
TCell().setLongVal(partition.getVisibleVersion())); // VISIBLE_VERSION
+ trow.addToColumnValue(
Review Comment:
add a session var or configuration to control the the behavior
--
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]