We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm reading the blog and confusing about the example of format of Byte Arrays which is shown as the following:
Byte Arrays
"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?
0x01
0x17
The text was updated successfully, but these errors were encountered:
You are quite correct, filed apache/arrow-site#270
Sorry, something went wrong.
Closed by apache/arrow-site#270
No branches or pull requests
I'm reading the blog and confusing about the example of format of
Byte Arrays
which is shown as the following:The length of remainder should be
0x01
instead of0x17
, right?The text was updated successfully, but these errors were encountered: