apache / parquet-format

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

parquet.thrift uses both row / record to refer to the same concept #434

Open asfimport opened 1 month ago

asfimport commented 1 month ago

As we discussed on the mailing list, parquet.thrift uses the terms Record and Row to mean the same thing

Using consistent terminology will reduce the potential for confusion

The consensus on the mailing list was to use the term "row"

 

Mailing list link: https://lists.apache.org/thread/0gxjk4tphxls0gcrc7lt775pf8s7gtz3

Reporter: Andrew Lamb / @alamb

PRs and other links:

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