We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bytes
Right now we allow BytesIO but not bytes. If the user passes in a bytes object, we should just wrap it in a BytesIO transparently.
BytesIO
The text was updated successfully, but these errors were encountered:
https://github.com/apache/arrow-nanoarrow/blob/2844344d2bd7a298d93d033efae5d07ed178503e/python/src/nanoarrow/ipc.py#L111-L115
Sorry, something went wrong.
Ref https://github.com/developmentseed/obstore/blob/c0a8556c1e37e0fe44ec2a6d3102721573ed8b7f/obstore/src/put.rs#L63
No branches or pull requests
Right now we allow
BytesIO
but notbytes
. If the user passes in abytes
object, we should just wrap it in aBytesIO
transparently.The text was updated successfully, but these errors were encountered: