This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new 534cecc GH-531: Link footer proposal (#543)
534cecc is described below
commit 534cecc8ad31ffe22c69d25853cd0167409ab837
Author: Alkis Evlogimenos <[email protected]>
AuthorDate: Fri Dec 12 09:00:10 2025 +0100
GH-531: Link footer proposal (#543)
### Rationale for this change
Add link to flatbuf footer ticket with proposal.
### What changes are included in this PR?
### Do these changes have PoC implementations?
https://github.com/apache/arrow/pull/48431
---
proposals/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/proposals/README.md b/proposals/README.md
index 714089c..7429089 100644
--- a/proposals/README.md
+++ b/proposals/README.md
@@ -58,6 +58,7 @@ Once the implementation phase is finished, we can include the
contribution in th
| ID | Description | Status |
|-----|--------------|---------|
+| [Issue #530](https://github.com/apache/parquet-format/issues/530) | Flatbuf
footer for wide table support | Draft/PoC |
| [Issue #531](https://github.com/apache/parquet-format/issues/531) | FSST
support for Parquet format | Draft/PoC |
| [Issue #533](https://github.com/apache/parquet-format/issues/533) | ALP
support for Parquet format | Draft/PoC |