Skip to content

Commit

Permalink
docs: clearify comments in table.proto -> message DataFragment -> phy…
Browse files Browse the repository at this point in the history
…sical_rows (#2346)

#2345
  • Loading branch information
broccoliSpicy committed May 17, 2024
1 parent 7bc9f02 commit 711ac03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protos/table.proto
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ message DataFragment {
// File that indicates which rows, if any, should be considered deleted.
DeletionFile deletion_file = 3;

// Number of original rows in the fragment, not counting deletions. To compute
// the current number of rows, subtract `deletion_file.num_deleted_rows` from
// this value.
// Number of original rows in the fragment, this includes rows that are
// now marked with deletion tombstones. To compute the current number of rows,
// subtract `deletion_file.num_deleted_rows` from this value.
uint64 physical_rows = 4;
}

Expand Down

0 comments on commit 711ac03

Please sign in to comment.