This is an automated email from the ASF dual-hosted git repository.

alenka 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 7c26ab5947 MINOR: [Docs] Remove needless "version" from "New in 
version Arrow Columnar Format" (#47406)
7c26ab5947 is described below

commit 7c26ab5947a576cf59f20013aa4e9587e801b9fb
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Fri Aug 22 15:48:58 2025 +0900

    MINOR: [Docs] Remove needless "version" from "New in version Arrow Columnar 
Format" (#47406)
    
    ### Rationale for this change
    
    This is a follow up of #46997.
    
    "version" is needless in "New in version Arrow Columnar Format".
    
    See also: https://github.com/apache/arrow/pull/46997#issuecomment-3200761810
    
    ### What changes are included in this PR?
    
    Remove needless "version".
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Sutou Kouhei <k...@clear-code.com>
    Signed-off-by: AlenkaF <frim.ale...@gmail.com>
---
 docs/source/format/Columnar.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/source/format/Columnar.rst b/docs/source/format/Columnar.rst
index 5ab104a246..5002e80524 100644
--- a/docs/source/format/Columnar.rst
+++ b/docs/source/format/Columnar.rst
@@ -482,7 +482,7 @@ will be represented as follows: ::
 Variable-size Binary View Layout
 --------------------------------
 
-.. note:: New in version Arrow Columnar Format 1.4
+.. note:: New in Arrow Columnar Format 1.4
 
 Each value in this layout consists of 0 or more bytes. These bytes'
 locations are indicated using a **views** buffer, which may point to one
@@ -628,7 +628,7 @@ will be represented as follows: ::
 ListView Layout
 ~~~~~~~~~~~~~~~
 
-.. note:: New in version Arrow Columnar Format 1.4
+.. note:: New in Arrow Columnar Format 1.4
 
 The ListView layout is defined by three buffers: a validity bitmap, an offsets
 buffer, and an additional sizes buffer. Sizes and offsets have the identical 
bit
@@ -1085,7 +1085,7 @@ below.
 Run-End Encoded Layout
 ----------------------
 
-.. note:: New in version Arrow Columnar Format 1.3
+.. note:: New in Arrow Columnar Format 1.3
 
 Run-end encoding (REE) is a variation of run-length encoding (RLE). These
 encodings are well-suited for representing data containing sequences of the
@@ -1360,7 +1360,7 @@ memory size rather than the padded size.
 Variadic buffers
 ----------------
 
-.. note:: New in version Arrow Columnar Format 1.4
+.. note:: New in Arrow Columnar Format 1.4
 
 Some types such as Utf8View are represented using a variable number of buffers.
 For each such Field in the pre-ordered flattened logical schema, there will be

Reply via email to