apache / parquet-format

Apache Parquet Format
https://parquet.apache.org/
Apache License 2.0
1.69k stars 422 forks source link

Refer to byte array types consistently #433

Closed asfimport closed 2 weeks ago

asfimport commented 1 month ago

As discussed briefly on the mailing list, the specification is rather loose when discussing the BYTE_ARRAY and FIXED_LEN_BYTE_ARRAY primitive types, often referring to them instead as "binary". The proposal here is to always use the primitive type names defined in the README.

 

 

Reporter: Edward Seidl / @etseidl Assignee: Edward Seidl / @etseidl

PRs and other links:

Note: This issue was originally created as PARQUET-2485. Please see the migration documentation for further details.