Skip to content

Commit 018b5e8

Browse files
committed
Typos
1 parent b0d9be3 commit 018b5e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/format/CanonicalExtensions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,11 @@ This extension type is intended to be compatible with ANSI SQL's ``TIMESTAMP WIT
575575

576576
It is also *permissible* for ``timestamp`` and ``offset_minutes`` to be nullable, even though it is not preferred.
577577

578-
If ``timestamp`` is nullable and a value is found to be null, then the whole ``TimestampWithOffset`` value should be interpreted as null. One way of achieving this is to drop ``timestamp``'s validity buffer (V1) and replace the top-level struct validity buffer (V2) with the result of ``V1 AND V2``.
578+
If ``timestamp`` is nullable and a value is found to be null, then the whole ``TimestampWithOffset`` value should be interpreted as null. One way of achieving this is to drop ``timestamp``'s validity buffer (V1) and replace the top-level struct's validity buffer (V2) with the result of ``V1 AND V2``.
579579

580-
If ``offset`` is nullable and a value is found to be null, then this value should be interpreted as if the offset value were were zero.
580+
If ``offset_minutes`` is nullable and a value is found to be null, then this value should be interpreted as if the offset value were were zero.
581581

582-
It is *recommended* that implementations normalize this type's representation by dropping the inner validity buffers and applying the aforementioned transformations, only keeping the top-level struct validity buffer.
582+
It is *recommended* that implementations normalize this type's representation by dropping the inner validity buffers and applying the aforementioned transformations, only keeping the top-level struct's validity buffer.
583583

584584
.. note::
585585

0 commit comments

Comments
 (0)