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

[Feature Request]: Read binary data (bytes) #12878 #13017

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

rjzhb
Copy link

@rjzhb rjzhb commented Apr 22, 2024

Description

This change addresses the feature request outlined in issue #12878. It introduces functionality to read binary data (bytes) uploaded by users, providing a method to handle various file types without physically storing them. The motivation behind this change is to facilitate working with in-memory databases, catering to scenarios where storing files on a server is not desirable due to privacy concerns or organizational policies.
Fixes # (issue)

New Package?

No

Version Bump?

Yes

Type of Change

New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Added new unit/integration tests

Suggested Checklist:

I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have added tests that prove my fix is effective or that my feature works
New and existing unit tests pass locally with my changes
I ran make format; make lint to appease the lint gods

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant