liamzwbao commented on code in PR #1126:
URL: https://github.com/apache/polaris/pull/1126#discussion_r2006739471


##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/task/TaskTestUtils.java:
##########
@@ -110,7 +109,7 @@ static TableMetadata writeTableMetadata(
     for (Snapshot snapshot : snapshots) {
       tmBuilder.addSnapshot(snapshot);
       if (statisticsFiles != null) {
-        tmBuilder.setStatistics(snapshot.snapshotId(), 
statisticsFiles.get(statisticsFileIndex++));
+        tmBuilder.setStatistics(statisticsFiles.get(statisticsFileIndex++));

Review Comment:
   Right, this simply removes the warnings caused by deprecations in Iceberg.



-- 
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...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to