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

rok 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 e183ea96bf MINOR: [Docs] Add Timestamp With Offset to canonical 
extension types status (#50309)
e183ea96bf is described below

commit e183ea96bf5cea34382be7fb50a016e482a633b5
Author: Emil Sadek <[email protected]>
AuthorDate: Wed Jul 1 06:36:11 2026 -0700

    MINOR: [Docs] Add Timestamp With Offset to canonical extension types status 
(#50309)
    
    ### Rationale for this change
    
    The [Timestamp With 
Offset](https://arrow.apache.org/docs/format/CanonicalExtensions.html#timestamp-with-offset)
 canonical extension type is missing from the [Implementation 
Status](https://arrow.apache.org/docs/status.html) documentation page.
    
    ### What changes are included in this PR?
    
    This PR adds a row for Timestamp With Offset to the Canonical Extension 
types table of the Implementation Status documentation page. It shows that the 
extension type is implemented only in Rust: 
https://github.com/apache/arrow-rs/pull/8743.
    
    ### Are these changes tested?
    
    Screenshot from docs running locally:
    
    <img width="919" height="422" alt="SCR-20260630-npnr" 
src="https://github.com/user-attachments/assets/748a1279-4c3c-4f41-aebf-f6e9b3dc7aa1";
 />
    
    ### Are there any user-facing changes?
    
    This is a documentation change.
    
    Authored-by: Emil Sadek <[email protected]>
    Signed-off-by: Rok Mihevc <[email protected]>
---
 docs/source/status.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/status.rst b/docs/source/status.rst
index 91ea474a86..dad3733a77 100644
--- a/docs/source/status.rst
+++ b/docs/source/status.rst
@@ -131,6 +131,8 @@ Data Types
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 | Parquet Variant       |       |       | ✓     |            |  ✓    |  ✓    | 
      |       |
 
+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
+| Timestamp With Offset |       |       |       |            |       |  ✓    | 
      |       |
++-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
 
 Notes:
 

Reply via email to