Skip to content

Commit 0a736d0

Browse files
authored
address feedback.
1 parent 28c4907 commit 0a736d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Proposals
22

33
This proposal process is intended for significantly impactful additions to the Parquet spec. The goal is to facilitate those projects and help them being contributed to Parquet.
4-
For example, changes that are not backward compatible like adding a new encoding or a new compression algorithm (older implementations can not read new files).
4+
For example, changes that are not forward compatible like adding a new encoding or a new compression algorithm (older implementations can not read new files). [see guidelines for more details](https://github.com/apache/parquet-format/blob/master/CONTRIBUTING.md#general-guidelinespreferences-on-additions)
55
This gives better visibility to those projects which require coordination in several implementations.
66
Bug fixes, code only features or minor changes to the spec that can be ignored by older implementations can simply be filed as a github issue.
77

@@ -17,7 +17,7 @@ Attaching a google doc to collect feedback and collaborate with the community wo
1717
*Transition:* Once you feel you received enough feedback or need to start the POC to have better answers to questions you get, you can move to the next step. Anybody is free to start POCs anytime. We just recommend getting feedback before you spend a significant amount of your time.
1818

1919
### Draft/POC
20-
Once you feel the discussion has stabilized and you are ready to start a POC, open a PR to add a new Markdown file in the proposals folder and give more visibility to the work in progress.
20+
Once you feel the discussion has stabilized and you are ready to start a POC, open a PR to add the proposal to the table in the [Active Proposals](#active-proposals) section bellow. Link all relevant discussion documents in the body of the corresponding github issue. If using google docs, make sure docs are owned by an account that will maintain them publicly (preffer personal account over a work account). Alternativaly you can create a new Markdown file in the proposals folder and give more visibility to the work in progress (see [the example](1_BASE64_ENCODING.md) ).
2121
The proposal document can evolve along the course of the POC. In particular to add more links to findings and performance evaluations. Collaboration is encouraged. More validation on the POC increases the chances of success.
2222

2323
Example: [https://github.com/apache/parquet-format/pull/221]

0 commit comments

Comments
 (0)