From 05bd6e0dcf5f772f6d49080b99de810b8c263c11 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Fri, 12 Dec 2025 08:52:22 +0100 Subject: [PATCH] GH-531: Link footer proposal ### 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 714089c7..74290891 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 |