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

Update file_stream! documentation #24

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Update file_stream! documentation #24

merged 1 commit into from
Jan 10, 2024

Conversation

akash-akya
Copy link
Owner

  • specify that returned stream is stream of iodata, not binary
  • clarify chunk_size option
  • add test to check chunk_size

Fixes #23

* specify that returned stream is stream of iodata, not binary
* clarify `chunk_size` option
* add test to check `chunk_size`
@akash-akya akash-akya merged commit a726bf7 into master Jan 10, 2024
10 checks passed
@akash-akya akash-akya deleted the dev branch January 10, 2024 06:34
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.

CSV file chunk read with file_stream! |> Enum.to_list() returns deeply nested lists
1 participant