From 4049911cd1174d1b74426ffc8c8e12281043c705 Mon Sep 17 00:00:00 2001 From: Ruifeng Zheng Date: Mon, 29 Dec 2025 21:29:46 +0800 Subject: [PATCH 1/2] test --- docs/source/developers/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/overview.rst b/docs/source/developers/overview.rst index 7e38dcb8ebc..0b30ad0f094 100644 --- a/docs/source/developers/overview.rst +++ b/docs/source/developers/overview.rst @@ -163,7 +163,7 @@ Endianness ++++++++++ The Arrow format allows setting endianness. Due to the popularity of -little endian architectures most of implementation assume little endian by +little endian architectures, most implementations assume little endian by default. There has been some effort to support big endian platforms as well. Based on a `mailing-list discussion `__, From 9d3486d5abab74d4661be554d524558550e9833d Mon Sep 17 00:00:00 2001 From: Ruifeng Zheng Date: Mon, 29 Dec 2025 21:30:51 +0800 Subject: [PATCH 2/2] test --- docs/source/developers/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/overview.rst b/docs/source/developers/overview.rst index 0b30ad0f094..79bbec1e23a 100644 --- a/docs/source/developers/overview.rst +++ b/docs/source/developers/overview.rst @@ -163,7 +163,7 @@ Endianness ++++++++++ The Arrow format allows setting endianness. Due to the popularity of -little endian architectures, most implementations assume little endian by +little endian architectures, most of the implementations assume little endian by default. There has been some effort to support big endian platforms as well. Based on a `mailing-list discussion `__,