parquet-format
parquet-format copied to clipboard
MINOR: fix a typo in Variant Binary Encoding
Rationale for this change
"to find a field with a given field" did not make sense in the context.
From what I understand, since the fields are listed in lexicographic order of the names, we are able to do a binary search using a given name, not a field ID.
What changes are included in this PR?
Just a typo fix for the variant spec. No code changes.
Do these changes have PoC implementations?
No