Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errata in the Row Format blog #3059

Closed
doki23 opened this issue Nov 9, 2022 · 2 comments
Closed

Errata in the Row Format blog #3059

doki23 opened this issue Nov 9, 2022 · 2 comments
Labels
bug development-process Related to development process of arrow-rs

Comments

@doki23
Copy link
Contributor

doki23 commented Nov 9, 2022

I'm reading the blog 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?

@doki23 doki23 added the bug label Nov 9, 2022
@doki23 doki23 changed the title Confusion about an example of the blog "multi-column-sorts-in-arrow-rust-part-2" Errata in the Row Format blog Nov 9, 2022
@tustvold
Copy link
Contributor

tustvold commented Nov 9, 2022

You are quite correct, filed apache/arrow-site#270

@tustvold tustvold added the development-process Related to development process of arrow-rs label Nov 9, 2022
@tustvold
Copy link
Contributor

tustvold commented Nov 9, 2022

Closed by apache/arrow-site#270

@tustvold tustvold closed this as completed Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug development-process Related to development process of arrow-rs
Projects
None yet
Development

No branches or pull requests

2 participants