HappenLee commented on code in PR #50863:
URL: https://github.com/apache/doris/pull/50863#discussion_r2094816161
##########
fe/fe-core/src/main/java/org/apache/doris/dictionary/Dictionary.java:
##########
@@ -297,6 +302,30 @@ public long getSrcVersion() {
return srcVersion;
}
+ public void updateLatestInvalidVersion(long value) {
+ latestInvalidVersion = Math.max(latestInvalidVersion, value);
Review Comment:
check why the value small than latestInvalidVersion
--
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]