wsjz commented on code in PR #15418: URL: https://github.com/apache/doris/pull/15418#discussion_r1058816085
########## fe/fe-core/src/main/java/org/apache/doris/analysis/BaseTableRef.java: ########## @@ -70,6 +70,7 @@ public void analyze(Analyzer analyzer) throws UserException { name.analyze(analyzer); desc = analyzer.registerTableRef(this); isAnalyzed = true; // true that we have assigned desc + analyzeSnapshotVersion(analyzer); Review Comment: olap table maybe support snapshot read for time travel -- 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