-
Notifications
You must be signed in to change notification settings - Fork 472
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
Add new service support: DBFS API 2.0 #2550
Comments
Thanks! Take your time and have fun. |
Hi @Xuanwo, |
Seems dbfs can't reuse our existing code like in
So in our reader, we need to read 512KiB or 1MiB data in buffer and decode the base64 content. And implement |
Hi @Xuanwo, Current Implementation:
|
Seems we need a new oio trait for this case. How about implement as one_shot_write first? We can polish this part in the future. |
Description
Hi @Xuanwo, is this still in demand? I would like to take a look at it.
The text was updated successfully, but these errors were encountered: