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

[arrow-site] branch tustvold-patch-1 created (now 605bb6ba86)

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

tustvold pushed a change to branch tustvold-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


      at 605bb6ba86 Update 2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md

This branch includes the following new commits:

     new 605bb6ba86 Update 2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-site] 01/01: Update 2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md

Posted by tu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 605bb6ba867899654839f244a886f01a36032554
Author: Raphael Taylor-Davies <17...@users.noreply.github.com>
AuthorDate: Wed Nov 9 19:02:54 2022 +1300

    Update 2022-11-07-multi-column-sorts-in-arrow-rust-part-2.md
---
 _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 │
                           └───┴───┴───┴───┴───┘
 ```