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

Fix documentation example for Arrow.Writer #479

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

guilhermebodin
Copy link
Contributor

No description provided.

@baumgold baumgold merged commit 7eaf0b2 into apache:main Jul 29, 2023
18 checks passed
@guilhermebodin
Copy link
Contributor Author

Hi @baumgold this is actually inaccurate, the real example should be

open(Arrow.Writer, tempname()) do writer
    partition1 = (col1 = [1, 2], col2 = ["A", "B"])
    Arrow.write(writer, partition1)
    partition2 = (col1 = [3, 4], col2 = ["C", "D"])
    Arrow.write(writer, partition2)
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants