Skip to content

Commit 0b9b277

Browse files
Fix incorrect description for tile null counts in format spec. (#5186)
Fix incorrect description for tile null counts in format spec. --- TYPE: NO_HISTORY DESC: Fix incorrect description for tile null counts in format spec.
1 parent a7e2a07 commit 0b9b277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format_spec/fragment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The fragment metadata file has the following on-disk format:
7070
| Variable sums for attribute/dimension N | [Tile Sums](#tile-sums) | The serialized sums for attribute/dimension N |
7171
| Tile null counts for attribute/dimension 1 | [Tile Null Count](#tile-null-count) | The serialized null counts for attribute/dimension 1 |
7272
||||
73-
| Variable maxes for attribute/dimension N | [Tile Null Count](#tile-null-count) | The serialized null counts for attribute/dimension N |
73+
| Tile null counts for attribute/dimension N | [Tile Null Count](#tile-null-count) | The serialized null counts for attribute/dimension N |
7474
| Fragment min, max, sum, null count | [Tile Fragment Min Max Sum Null Count](#tile-fragment-min-max-sum-null-count) | The serialized fragment min max sum null count |
7575
| Processed conditions | [Tile Processed Conditions](#tile-processed-conditions) | The serialized processed conditions |
7676
| Metadata footer | [Footer](#footer) | Basic metadata gathered in the footer |

0 commit comments

Comments
 (0)