Skip to content

Commit

Permalink
nit: sentence structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ggershinsky committed Sep 24, 2024
1 parent 66e56fc commit 3690b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ struct RowGroup {
}
```

The integrity of this field is protected by footer (FileMetaData) authenticated encryption. Therefore,
The integrity of this field is protected by authenticated encryption of the footer (FileMetaData). Therefore,
the reader implementations can use either a local row group counter (ordinal) or the `RowGroup.ordinal`
field as an input to AAD suffix calculation. The latter option can be helpful when different reader
threads process different row groups in the same parquet file.
Expand Down

0 comments on commit 3690b03

Please sign in to comment.