karuppayya commented on code in PR #11040: URL: https://github.com/apache/iceberg/pull/11040#discussion_r1757325988
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkScan.java: ########## @@ -293,6 +293,73 @@ public void testTableWithTwoColStats() throws NoSuchTableException { withSQLConf(reportColStatsEnabled, () -> checkColStatisticsReported(scan, 4L, expectedTwoNDVs)); } + @TestTemplate + public void testMultipleSnapshotsWithColStats() throws NoSuchTableException { Review Comment: The testcase add has it [here](https://github.com/apache/iceberg/pull/11040/files#diff-f8fd314c6b6bd346311bfc9b0001ec6e840c35f2d428920328aad8d4656fb089R347) -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org