You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/06/04 01:11:42 UTC

[arrow] branch master updated: [Format] Fix typo in Sparse Union Type example (#4461)

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e4d319  [Format] Fix typo in Sparse Union Type example (#4461)
9e4d319 is described below

commit 9e4d319fa0c2e16864e32061dd3abe3969f31798
Author: Frank Wessels <fw...@xs4all.nl>
AuthorDate: Mon Jun 3 18:11:34 2019 -0700

    [Format] Fix typo in Sparse Union Type example (#4461)
---
 docs/source/format/Layout.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/format/Layout.rst b/docs/source/format/Layout.rst
index a0e6158..9bc3a5b 100644
--- a/docs/source/format/Layout.rst
+++ b/docs/source/format/Layout.rst
@@ -643,7 +643,7 @@ will have the following layout: ::
           * Length: 7,  Null count: 0
           * Null bitmap buffer: Not required
 
-            | Bytes 0-7  | Bytes 8-63            |
+            | Bytes 0-6  | Bytes 7-63            |
             |------------|-----------------------|
             | joemark    | unspecified (padding) |