Sjwhello commented on code in PR #47066: URL: https://github.com/apache/doris/pull/47066#discussion_r1921940086
########## fe/fe-core/src/main/java/org/apache/doris/nereids/SqlCacheContext.java: ########## @@ -484,4 +500,12 @@ public enum CacheKeyType { // use MD5 as Cache key in FE MD5 } + + @lombok.Data + @lombok.AllArgsConstructor + public static class ColumnSection { + private int hashCode; + private String name; + private String type; + } Review Comment: > Maybe you should direct use org.apache.doris.catalog.Column The reason for this: <img width="802" alt="image" src="https://github.com/user-attachments/assets/2a1791d9-3a53-49a5-a480-611dd9c06f41" /> -- 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