aokolnychyi commented on code in PR #8336:
URL: https://github.com/apache/iceberg/pull/8336#discussion_r1300521830
##########
core/src/main/java/org/apache/iceberg/BaseContentScanTask.java:
##########
@@ -117,4 +121,19 @@ public String toString() {
.add("residual", residual())
.toString();
}
+
+ public static long estimatedRowsCount(long length, ContentFile<?> file) {
Review Comment:
Yeah, we could do that. I renamed it to `estimateRowsCount` as it actually
does the estimation.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]