You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/09 04:35:05 UTC

[GitHub] [arrow-rs] doki23 opened a new issue, #3059: Confusion about an example of the blog "multi-column-sorts-in-arrow-rust-part-2"

doki23 opened a new issue, #3059:
URL: https://github.com/apache/arrow-rs/issues/3059

   I'm reading the [blog](https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-2/) and confusing about the example of format of `Byte Arrays` which is shown as the following:
   ```
   "Defenestration"      ┌───┬───┬───┬───┬───┬───┐
                         │02 │'D'│'e'│'f'│'e'│FF │
                         └───┼───┼───┼───┼───┼───┤
                             │'n'│'e'│'s'│'t'│FF │
                             ├───┼───┼───┼───┼───┤
                             │'r'│'a'│'t'│'r'│FF │
                             ├───┼───┼───┼───┼───┤
                             │'a'│'t'│'i'│'o'│FF │
                             ├───┼───┼───┼───┼───┤
                             │'n'│00 │00 │00 │17 │
                             └───┴───┴───┴───┴───┘
   ```
   The length of remainder should be `0x01` instead of `0x17`, right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #3059: Errata in the Row Format blog

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #3059:
URL: https://github.com/apache/arrow-rs/issues/3059#issuecomment-1308255228

   You are quite correct, filed https://github.com/apache/arrow-site/pull/270


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #3059: Errata in the Row Format blog

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #3059: Errata in the Row Format blog
URL: https://github.com/apache/arrow-rs/issues/3059


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #3059: Errata in the Row Format blog

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #3059:
URL: https://github.com/apache/arrow-rs/issues/3059#issuecomment-1309501273

   Closed by https://github.com/apache/arrow-site/pull/270


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org