Skip to content

Commit f2cbd22

Browse files
dfa1claude
andcommitted
docs(core): drop stale not-yet-implemented on ids
MaskedEncodingDecoder and PatchedEncodingDecoder are implemented and ServiceLoader-registered; the enum constants still claimed otherwise. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 05cedb7 commit f2cbd22

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/main/java/io/github/dfa1/vortex/core/model/EncodingId.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ public enum EncodingId {
7272
/// FastLanes run-length encoding (`fastlanes.rle`).
7373
FASTLANES_RLE("fastlanes.rle"),
7474

75-
// Known in Rust but not yet implemented; registered so EncodingId.parse() resolves
76-
/// Masked encoding (not yet implemented; registered to prevent parse errors).
75+
/// Masked encoding (`vortex.masked`): payload child plus optional validity bitmap child.
7776
VORTEX_MASKED("vortex.masked"),
78-
/// Patched encoding (not yet implemented; registered to prevent parse errors).
77+
/// Patched encoding (`vortex.patched`): base child with sparse positional patch overrides.
7978
VORTEX_PATCHED("vortex.patched"),
8079
/// Variant logical encoding: canonical container over `core_storage` plus an optional shredded child.
8180
VORTEX_VARIANT("vortex.variant"),

0 commit comments

Comments
 (0)