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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fdabb19386 [Website] Fix some typos (#398)
5fdabb19386 is described below

commit 5fdabb19386c8b86998711ae015d52ec9c624cba
Author: Jiaxing Liang <[email protected]>
AuthorDate: Thu Sep 7 18:35:38 2023 -0700

    [Website] Fix some typos (#398)
---
 _posts/2022-10-08-arrow-parquet-encoding-part-2.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_posts/2022-10-08-arrow-parquet-encoding-part-2.md 
b/_posts/2022-10-08-arrow-parquet-encoding-part-2.md
index 8475c9ab38f..6889d007ba7 100644
--- a/_posts/2022-10-08-arrow-parquet-encoding-part-2.md
+++ b/_posts/2022-10-08-arrow-parquet-encoding-part-2.md
@@ -44,7 +44,7 @@ For example, consider the following three JSON documents
     "b1": 1,   # <-- b1 and b2 are "nested" fields of "b"
     "b2": 3    # <-- b2 is always provided (not nullable)
    },
- "d": {
+  "d": {
    "d1":  1    # <-- d1 is a "nested" field of "d"
   }
 }
@@ -220,7 +220,7 @@ The Parquet encoding of the example would be:
 │ │  Definition  Data  │   │ │  Definition  Data  │ │ Definition Data  │
   │    Levels          │ │   │    Levels          │ │   Levels         │ │
 │ │                    │   │ │                    │ │                  │
-  │  "c.1"             │ │   │  "d.1"             │ │  "d.d2"          │ │
+  │  "c.c1"            │ │   │  "d.d1"            │ │  "d.d2"          │ │
 │ └────────────────────┘   │ └────────────────────┘ └──────────────────┘
      "c"                 │      "d"                                      │
 └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─  └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─

Reply via email to