This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new e2709899 fix(manifest): Update method comment for Count (#660)
e2709899 is described below

commit e2709899e39326c0f0a5eae04612e5da4394fada
Author: Artem Alperin <[email protected]>
AuthorDate: Mon Dec 22 22:47:56 2025 +0100

    fix(manifest): Update method comment for Count (#660)
---
 manifest.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/manifest.go b/manifest.go
index 6e98d8b2..a0d4c611 100644
--- a/manifest.go
+++ b/manifest.go
@@ -2232,8 +2232,7 @@ type DataFile interface {
        // Partition returns a mapping of field id to partition value for
        // each of the partition spec's fields.
        Partition() map[int]any
-       // PartitionFieldData returns a mapping of field id to partition value
-       // for each of the partition spec's fields.
+       // Count returns the number of records in this file.
        Count() int64
        // FileSizeBytes is the total file size in bytes.
        FileSizeBytes() int64

Reply via email to