-
Notifications
You must be signed in to change notification settings - Fork 8
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 support for opfs #85
Conversation
} | ||
.boxed() | ||
} | ||
|
||
fn get_metadata(&mut self) -> BoxFuture<'_, parquet::errors::Result<Arc<ParquetMetaData>>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😵💫Is there a way to reuse code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fusio/src/impls/disk/opfs/mod.rs
Outdated
) -> (Result<(), Error>, B) { | ||
JsFuture::from(stream.write_with_u8_array(buf.as_slice()).unwrap()) | ||
.await | ||
.unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should handle this error here and above?
We need to determine that how many |
* feat: Add basic layout for fusio-opendal Signed-off-by: Xuanwo <[email protected]> * ci: Add CI check for fusio-opendal Signed-off-by: Xuanwo <[email protected]> * chore: Remove not needed feature flags Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
* docs: Update Compare to OpenDAL * Polish the full ecosystem
* docs: Add example for fusio_opendal Signed-off-by: Xuanwo <[email protected]> * chore: format --------- Signed-off-by: Xuanwo <[email protected]> Co-authored-by: Gwo Tzu-Hsing <[email protected]>
No description provided.