Skip to content

Commit edb8e82

Browse files
authored
Update _PROPOSAL_TEMPLATE.md
integrated review feedback
1 parent 3d0eb6f commit edb8e82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

proposals/_PROPOSAL_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ Author: ~your name~
55
Created: ~date~
66
Name: *short sentence describing the proposal*
77
Issue: https://github.com/apache/parquet-format/issues/NNN
8-
Status: DRAFT|POC|ACCEPTED|COMPLETED
8+
Status: DRAFT|IMPLEMENTATION|COMPLETED
99
---
1010

1111
## Description
1212
*Short description of the proposal. Is it a new encoding? Is it backwards compatible (old readers will just ignore it)? Is it additional metadata?*
1313

14+
## Rationale
15+
Describe why this is a feature that will improve the parquet format and what alternatives currently exist for the usecase (e.g. must use a different format, or "must build additional infrastructure to avoid re-parsing footer on each query", or "must use a general purpose compression algorithm to achieve the same space, thus slowing down query performance)
16+
1417
## Spec
1518

1619
At the proposal stage you don't need a fully fleshed out spec yet.

0 commit comments

Comments
 (0)