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

add support for opfs #85

Merged
merged 21 commits into from
Nov 11, 2024
Merged

add support for opfs #85

merged 21 commits into from
Nov 11, 2024

Conversation

crwen
Copy link
Contributor

@crwen crwen commented Oct 31, 2024

No description provided.

@crwen crwen marked this pull request as draft October 31, 2024 04:13
@crwen crwen marked this pull request as ready for review November 8, 2024 05:48
@crwen crwen requested review from ethe and KKould November 8, 2024 05:48
}
.boxed()
}

fn get_metadata(&mut self) -> BoxFuture<'_, parquet::errors::Result<Arc<ParquetMetaData>>> {
Copy link
Contributor

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?

Copy link
Contributor

@KKould KKould left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

) -> (Result<(), Error>, B) {
JsFuture::from(stream.write_with_u8_array(buf.as_slice()).unwrap())
.await
.unwrap();
Copy link
Member

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?

@ethe
Copy link
Member

ethe commented Nov 8, 2024

We need to determine that how many unwrap should be handled in fusio/src/impls/disk/opfs/mod.rs

crwen and others added 11 commits November 8, 2024 19:58
* 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]>
@ethe ethe merged commit 8038993 into tonbo-io:main Nov 11, 2024
3 checks passed
@crwen crwen mentioned this pull request Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants