JingsongLi commented on code in PR #9046:
URL: https://github.com/apache/paimon/pull/9046#discussion_r3720328353


##########
paimon-core/src/main/java/org/apache/paimon/operation/DataEvolutionFileStoreScan.java:
##########
@@ -388,6 +389,73 @@ static EvolutionStats evolutionStats(
         return new EvolutionStats(groupRowCount, finalMin, finalMax, 
finalNullCounts);
     }
 
+    @VisibleForTesting
+    static class EvolutionStatsCache {
+
+        private final Map<Triple<Long, List<String>, List<String>>, 
ProjectedFileSchema> cache =

Review Comment:
   Introduce a class for the key, so we can know what is what.



-- 
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]

Reply via email to