Skip to content

Commit 83b296d

Browse files
committed
update
1 parent 786142e commit 83b296d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

proposals/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,34 @@ Make sure you consider the [requirements document](https://docs.google.com/docum
4545
*Transition:* There is enough clarity on the spec for the new feature and we have identified the 2 initial reference implementations for verification.
4646

4747
### Implementation
48-
Once we have reached enough consensus on the formalized spec change and validated it through the POC, we should have a clear idea of whether we want to pursue the implementation across the ecosystem.
49-
At this stage we should finalize a formal spec contribution to parquet-format and we need to meet the contribution guidelines to consider the implementation finished.
48+
Once we have reached enough consensus on the formalized spec change and validated it through the POC, we should have a clear idea of whether we want to pursue the implementation across the ecosystem.
49+
At this stage we should finalize a formal spec contribution to parquet-format and we need to meet the contribution guidelines to consider the implementation finished.
5050
See [CONTRIBUTING guidelines](https://github.com/apache/parquet-format/blob/master/CONTRIBUTING.md#additionschanges-to-the-format).
5151

5252
*Transition:* A PMC vote will formalize that we have concluded the implementation and are ready to release.
5353

5454
### Approval
5555
Once the implementation phase is finished, we can include the contribution in the next release. Congrats!
5656

57-
## Active Proposals
57+
## Active Proposals
5858

5959
| ID | Description | Status |
6060
|-----|--------------|---------|
61-
| [github issue] | adding this new encoding | POC |
62-
| [github issue] | add Variant type | Implementation |
61+
| [Issue #531](https://github.com/apache/parquet-format/issues/531) | FSST support for Parquet format | Draft |
6362

64-
(Those are examples to be removed as we start using this)
63+
(Those are examples to be removed as we start using this)
6564

6665
## Implemented
6766
| ID | Description | Status | release it was added |
6867
|-----|--------------|---------|-----------------------|
69-
| [github issue] | encryption | Completed | x.y.z |
68+
| [github issue] | encryption | Completed | x.y.z |
7069

7170
(Those are examples to be removed as we start using this)
7271

7372
## Archived
7473

7574
| ID | Description | Status | reason for archiving |
7675
|-----|--------------|---------|-----------------------|
77-
| [github issue] | [adding base64 compression](1_BASE64_ENCODING.md) | Archived | POC showed that compression ratio was not practical |
76+
| [github issue] | [adding base64 compression](1_BASE64_ENCODING.md) | Archived | POC showed that compression ratio was not practical |
7877

7978
(Those are examples to be removed as we start using this)

0 commit comments

Comments
 (0)