dimas-b commented on code in PR #2412: URL: https://github.com/apache/polaris/pull/2412#discussion_r2289357417
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/pagination/Page.java: ########## @@ -24,6 +24,7 @@ import java.util.ArrayList; import java.util.Iterator; import java.util.List; +import java.util.function.BooleanSupplier; Review Comment: Make the javadoc text more concise. I kind it like it personally :) ########## polaris-core/src/main/java/org/apache/polaris/core/persistence/pagination/Page.java: ########## @@ -24,6 +24,7 @@ import java.util.ArrayList; import java.util.Iterator; import java.util.List; +import java.util.function.BooleanSupplier; Review Comment: Make the javadoc text more concise. I kind of like it personally :) -- 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