This is an automated email from the ASF dual-hosted git repository. zeroshade pushed a commit to branch update-go-status in repository https://gitbox.apache.org/repos/asf/arrow.git
commit b8732b98d7ff2d296d762509d326df6bf6cc7079 Author: Matt Topol <[email protected]> AuthorDate: Tue Jul 21 13:44:10 2026 -0400 docs: updating Go impl status Adding checkmarks for TimestampWithOffset (v18.7.0 release) and updating other status to be correct. --- docs/source/status.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index dad3733a77..8d470d0184 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -131,7 +131,7 @@ Data Types +-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+ | Parquet Variant | | | ✓ | | ✓ | ✓ | | | +-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+ -| Timestamp With Offset | | | | | | ✓ | | | +| Timestamp With Offset | | | ✓ | | | ✓ | | | +-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+ Notes: @@ -249,9 +249,9 @@ support/not support individual features. +============================================+=======+=======+=======+====+=======+=======+=======+=======+ | BeginSavepoint | ✓ | ✓ | | | | | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ -| BeginTransaction | ✓ | ✓ | | | | | | | +| BeginTransaction | ✓ | ✓ | ✓ | | | | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ -| CancelQuery | ✓ | ✓ | | | | | | | +| CancelQuery | ✓ | ✓ | ✓ | | | | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ | ClosePreparedStatement | ✓ | ✓ | ✓ | | ✓ | ✓ | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ @@ -261,7 +261,7 @@ support/not support individual features. +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ | EndSavepoint | ✓ | ✓ | | | | | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ -| EndTransaction | ✓ | ✓ | | | | | | | +| EndTransaction | ✓ | ✓ | ✓ | | | | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+ | GetCatalogs | ✓ | ✓ | ✓ | | ✓ | ✓ | | | +--------------------------------------------+-------+-------+-------+----+-------+-------+-------+-------+
