amogh-jahagirdar commented on code in PR #9725: URL: https://github.com/apache/iceberg/pull/9725#discussion_r1491191209
########## core/src/main/java/org/apache/iceberg/view/ViewMetadata.java: ########## @@ -504,6 +517,11 @@ static List<ViewHistoryEntry> updateHistory(List<ViewHistoryEntry> history, Set< } } + // keep the last numVersionsToKeep in the history Review Comment: I re-read the spec: https://iceberg.apache.org/view-spec/#view-metadata Yeah I think it's just unfortunate naming, it's really for how many versions to retain. -- 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