gavinchou commented on code in PR #58515:
URL: https://github.com/apache/doris/pull/58515#discussion_r2577366525
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -3143,6 +3146,12 @@ public boolean isEnableESParallelScroll() {
)
public int defaultVariantSparseHashShardCount = 0;
+ @VariableMgr.VarAttr(name = PARTITIONS_TABLE_USE_CACHED_VISIBLE_VERSION,
needForward = false,
+ affectQueryResult = true,
+ description = {"partitions系统表的visible_version列是否使用cached",
+ "Whether cache is used for the visible_version column in
the partitions system table"})
+ public boolean partitionsTableUseCachedVisibleVersion = false;
Review Comment:
default true.
the naming and comments for this session var should include keyword "cloud",
due to it takes effect in cloud mode only, for local mode, the value is ignored.
--
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]