kaixuanzhang123 commented on PR #5540:
URL: https://github.com/apache/paimon/pull/5540#issuecomment-2834997828

   public long rowCount() {
           long rowCount = 0;
           for (DataFileMeta file : dataFiles) {
               rowCount += file.rowCount();
           }
           return rowCount;
       }
   


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

Reply via email to