parquet-format icon indicating copy to clipboard operation
parquet-format copied to clipboard

MINOR: fix a typo in Variant Binary Encoding

Open Samyak2 opened this issue 5 months ago • 0 comments

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

Samyak2 avatar Jun 17 '25 06:06 Samyak2