marising opened a new issue #4076: URL: https://github.com/apache/incubator-doris/issues/4076
**Is your feature request related to a problem? Please describe.** The query cache need the update time of partition's visible version. #4005 **Describe the solution you'd like** ``` private void SetVisibleVersion(long visibleVersion, long visibleVersionHash){ this.visibleVersion = visibleVersion; this.visibleVersionTime = System.currentTimeMillis(); this.visibleVersionHash = visibleVersionHash; } ``` ---------------------------------------------------------------- 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. 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