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 fbcb18023f1 MINOR: Fix a typo in Multi-Column Sorts post (#311)
fbcb18023f1 is described below
commit fbcb18023f15857169e30fdc2562a5db846a564f
Author: Horimoto Yasuhiro <[email protected]>
AuthorDate: Sun Feb 12 01:25:48 2023 +0900
MINOR: Fix a typo in Multi-Column Sorts post (#311)
---
_posts/2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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 5968dadef5f..83975f87e27 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
@@ -130,11 +130,9 @@ Note the following example encodings use a block size of 4
bytes, as opposed to
└───┼───┼───┼───┼───┼───┤
│'n'│'e'│'s'│'t'│FF │
├───┼───┼───┼───┼───┤
- │'r'│'a'│'t'│'r'│FF │
+ │'r'│'a'│'t'│'i'│FF │
├───┼───┼───┼───┼───┤
- │'a'│'t'│'i'│'o'│FF │
- ├───┼───┼───┼───┼───┤
- │'n'│00 │00 │00 │01 │
+ │'o'│'n'│00 │00 │02 │
└───┴───┴───┴───┴───┘
```