You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/05 09:57:48 UTC

[arrow-site] branch master updated: MINOR: [Website] Fix a typo in arrow-parquet-encoding-part-2 (#267)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f654bf4c1b MINOR: [Website] Fix a typo in arrow-parquet-encoding-part-2 (#267)
f654bf4c1b is described below

commit f654bf4c1bce17ae883bac0eb69c7281bc6784e6
Author: Yang Jiang <ji...@163.com>
AuthorDate: Sat Nov 5 17:57:42 2022 +0800

    MINOR: [Website] Fix a typo in arrow-parquet-encoding-part-2 (#267)
    
    * fix arrow-parquet-encoding-part-2
    
    * fix json format
---
 _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 c88b13eb25..8475c9ab38 100644
--- a/_posts/2022-10-08-arrow-parquet-encoding-part-2.md
+++ b/_posts/2022-10-08-arrow-parquet-encoding-part-2.md
@@ -149,11 +149,11 @@ A definition level of `0` would imply a null at the level of `d`:
 }
 ```
 
-A definition level of `1` would imply a null at the level of `d`
+A definition level of `1` would imply a null at the level of `d.d2`
 
 ```python
 {
-  "d": { null }
+  "d": { }
 }
 ```