Skip to content

Commit

Permalink
[Website] Fix wrong example in 2022-10-08-arrow-parquet-encoding-part…
Browse files Browse the repository at this point in the history
…-2.md (#404)
  • Loading branch information
liangjiaxing authored Sep 8, 2023
1 parent dcbc883 commit 5ee675c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2022-10-08-arrow-parquet-encoding-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ For example, a list with offsets `[0, 2, 3, 3]` contains 3 pairs of offsets, `(0

```python
0: [child[0], child[1]]
1: []
2: [child[2]]
1: [child[2]]
2: []
```

For the example above with 4 JSON documents, this would be encoded in Arrow as
Expand Down

0 comments on commit 5ee675c

Please sign in to comment.