This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new e0cf4184dd MINOR: [Docs] Fix reference to `int8` runs type in
canonical extensions (#51010)
e0cf4184dd is described below
commit e0cf4184ddfe74b8eefe328d7eb27913890dbe58
Author: Jeffrey Vo <[email protected]>
AuthorDate: Sat Sep 5 00:56:32 2026 +0900
MINOR: [Docs] Fix reference to `int8` runs type in canonical extensions
(#51010)
run types are 16, 32 & 64 bit only; looks to just be a typo from copying
from dictionary above
---
docs/source/format/CanonicalExtensions.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/format/CanonicalExtensions.rst
b/docs/source/format/CanonicalExtensions.rst
index c6cd8f3ea1..f1faa4a9e7 100644
--- a/docs/source/format/CanonicalExtensions.rst
+++ b/docs/source/format/CanonicalExtensions.rst
@@ -477,7 +477,7 @@ binary values look like.
.. note::
It is also *permissible* for the ``metadata`` field to be
dictionary-encoded with a preferred (*but not required*) index type of ``int8``,
- or run-end-encoded with a preferred (*but not required*) runs type of
``int8``.
+ or run-end-encoded with a preferred (*but not required*) runs type of
``int16``.
.. note::