-
Notifications
You must be signed in to change notification settings - Fork 846
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
Improve arrow-ipc
documentation
#6983
Conversation
The Stream and File formats are actually different formats... See https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format |
Yes, I am not sure if you are suggesting changes to this PR https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format says:
|
I found the emphasis on the requirement or not for |
This is a good point. I tried to clarify in a335701 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor nits
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Thank you for the review @tustvold |
Which issue does this PR close?
Rationale for this change
The arrow-ipc docs are quite sparse and don't have many examples. Let's fix that with some documentation TLC
What changes are included in this PR?
Are there any user-facing changes?
Just docs, no functional changes