aokolnychyi commented on code in PR #5720:
URL: https://github.com/apache/iceberg/pull/5720#discussion_r965725510


##########
api/src/main/java/org/apache/iceberg/ScanTask.java:
##########
@@ -31,6 +31,15 @@ default long sizeBytes() {
     return 4 * 1028 * 1028; // 4 MB
   }
 
+  /**
+   * The estimated number of rows produced by this scan task.
+   *
+   * @return the estimated number of produced rows
+   */
+  default long rowsCount() {

Review Comment:
   I went back and forth it initially. I'll change if you think that's cleaner.



-- 
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]

Reply via email to