You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/07 20:20:16 UTC

[GitHub] [iceberg] stevenzwu commented on a diff in pull request #5720: API: Add rowsCount to ScanTask

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


##########
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:
   nit: should it be `estimatedRowCount`?



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org