From b20a8820fecf930d1f25a89755bbc999287bd70b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 13:41:35 +0000 Subject: [PATCH] docs: mark vortex-row as experimental and not production-ready Signed-off-by: "Joe Isaacs" Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01MsLB4dQDJpAqWgTh8eArfe Signed-off-by: Claude --- vortex-row/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vortex-row/README.md b/vortex-row/README.md index e0c574eca43..811279fab8f 100644 --- a/vortex-row/README.md +++ b/vortex-row/README.md @@ -1,16 +1,16 @@ # vortex-row -`vortex-row` provides an experimental row-oriented byte encoder for Vortex arrays. It -produces byte strings that can be compared lexicographically to sort rows according to the -configured column ordering. +`vortex-row` provides an experimental row-oriented byte encoder for Vortex arrays. It is +**not ready for production use**. It produces byte strings that can be compared +lexicographically to sort rows according to the configured column ordering. Only supported Vortex logical types are accepted. Extension types are rejected until their logical sort semantics are defined. ## Experimental Format -The row encoding byte layout is experimental. Its exact bytes, supported type set, and -edge-case semantics may change between Vortex releases. +The row encoding byte layout is experimental and not ready for production. Its exact bytes, +supported type set, and edge-case semantics may change between Vortex releases. Do not persist row-encoded bytes or use them as a stable interchange format. They are intended for internal sort-key and row-key operations where the encoder version, schema, and sort