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 dadda4c1f2 Update
2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md (#270)
dadda4c1f2 is described below
commit dadda4c1f20384c4c81f862dc5b3914f87803208
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Nov 10 04:48:14 2022 +1300
Update 2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md (#270)
---
_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md
b/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md
index d55f4342bd..2549d57366 100644
--- a/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md
+++ b/_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md
@@ -134,7 +134,7 @@ Note the following example encodings use a block size of 4
bytes, as opposed to
├───┼───┼───┼───┼───┤
│'a'│'t'│'i'│'o'│FF │
├───┼───┼───┼───┼───┤
- │'n'│00 │00 │00 │17 │
+ │'n'│00 │00 │00 │01 │
└───┴───┴───┴───┴───┘
```