From e9af03c20df3aacb24f236cd200a40c3b2fb729f Mon Sep 17 00:00:00 2001 From: guillaume-rochette-oxb <129938647+guillaume-rochette-oxb@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:10:34 +0100 Subject: [PATCH] Fixing the mismatch between implementation and documentation --- docs/types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/types.md b/docs/types.md index 68851ec..e53aa89 100644 --- a/docs/types.md +++ b/docs/types.md @@ -8,8 +8,8 @@ | bytes | **binary**/large_binary | Configurable | | double | float64 | | | enum | **int32**/string/binary/large_string/large_binary/dictionary(int32, string)/dictionary(int32, binary) | Configurable | -| fixed32 | int32 | | -| fixed64 | int64 | | +| fixed32 | uint32 | | +| fixed64 | uint64 | | | float | float32 | | | int32 | int32 | | | int64 | int64 | |