This is an automated email from the ASF dual-hosted git repository.
alamb 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 3ef43e0 [GH-533] Mark ALP as in Preview (#604)
3ef43e0 is described below
commit 3ef43e00cea6dcd06da5b77541f84bef879aff5b
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Aug 18 07:29:35 2026 -0400
[GH-533] Mark ALP as in Preview (#604)
* Mark ALP as in Preview
* wording
---
Encodings.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Encodings.md b/Encodings.md
index 3a8ad5a..c8610f5 100644
--- a/Encodings.md
+++ b/Encodings.md
@@ -396,6 +396,14 @@ Bytes AA 00 A3 BB 11 B4 CC 22 C5 DD 33 D6
<a name="ALP"></a>
### Adaptive Lossless floating-Point: (ALP = 10)
+**As of 2026-08-01, this encoding is in Preview.**
+
+**Note**: Preview means that:
+1. The encoding is finalized (the specification is stable).
+2. The implementation is ongoing in the ecosystem (e.g., parquet-java, etc.)
but may not be complete.
+3. The Parquet community recommends only using the encoding when you are sure
your reader supports it.
+4. Writers are recommended to provide an opt-in flag to enable this encoding.
+
Supported Types: FLOAT, DOUBLE
This encoding is adapted from the paper