apache / parquet-format

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

PARQUET-2488: Use term `row` consistently in `parquet.thrift` #256

Closed alamb closed 1 month ago

alamb commented 1 month ago

As discussed on the mailing list (thread link) , parquet.thrift uses the terms record and row to mean the same thing, which could cause confusion

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

This PR proposes changing parquet.thrift so it only uses the term 'row'

Jira

Commits

Documentation

alamb commented 1 month ago

Thank you @julienledem and @emkornfield