iemejia opened a new pull request, #578:
URL: https://github.com/apache/parquet-format/pull/578

   ## Summary
   
   Fix typos, grammar, and formatting across ancillary specification documents: 
Encryption, Contributing guide, and Binary Protocol Extensions.
   
   ## Changes
   
   ### Encryption.md
   - Fix double-negative; align GCM invocation limit to NIST
   - "Data PageHeader" -> "Data Page Header" (spacing consistency)
   - Replace "allows to" with idiomatic English
   - Fix smart quotes to ASCII for magic-bytes literal
   - Remove double spaces; fix "the the FileMetaData"
   - "explictly" -> "explicitly"
   - Hyphenate compound adjectives ("2 byte short" -> "2-byte short")
   - Fix section heading numbering ("## 5 File Format" -> "## 5. File Format")
   - Fix mass noun article ("from a secret data" -> "from secret data")
   
   ### CONTRIBUTING.md
   - Fix 7 typos: docuemnt, demostrate, interopability, libaries, highlighed, 
compatiblity, an prototype
   - Fix possessive: "features desirability" -> "a feature's desirability"
   - Fix agreement: "an external dependencies" -> "an external dependency"
   - Add commas after introductory clauses
   - Fix comma splice -> semicolon
   
   ### BinaryProtocolExtensions.md
   - Fix "FileMetadata" -> "FileMetaData" (4 occurrences; match thrift struct)
   - Fix "Flatbuffers"/"flatbuffer" -> "FlatBuffers" (5 occurrences; official 
capitalization)
   - Fix "implementers which" -> "implementers who" (people)
   - Fix missing copula: "extension shared" -> "extension is shared"
   
   ## Validation
   
   No semantic/behavioral changes to the format specification. All fixes are 
documentation-only.
   
   _Split from #572 for easier review._


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to