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

Implement Byte-Based File Operations #1795

Merged
merged 19 commits into from Jun 11, 2021
Merged

Implement Byte-Based File Operations #1795

merged 19 commits into from Jun 11, 2021

Conversation

iamrecursion
Copy link
Contributor

Pull Request Description

Implements file/checksumBytes, file/writeBytes and file/readBytes.

Closes #1788.

Important Notes

N/A

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@iamrecursion iamrecursion added Type: Enhancement p-highest Should be completed ASAP labels Jun 11, 2021
@iamrecursion iamrecursion requested a review from 4e6 June 11, 2021 11:28
@iamrecursion iamrecursion self-assigned this Jun 11, 2021
@iamrecursion iamrecursion marked this pull request as ready for review June 11, 2021 11:52
@iamrecursion iamrecursion merged commit 90c020d into main Jun 11, 2021
@iamrecursion iamrecursion deleted the wip/ara/checksumBytes branch June 11, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the Streaming File Transfer Operations
2 participants