-
Notifications
You must be signed in to change notification settings - Fork 148
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
Tracking issues of aligning storage support with iceberg-java #408
Comments
cc @liurenjie1024, I'm not sure about your Most changes should be easy and no API changes. It's also fine to be included in the following |
Hi, @Xuanwo There are two places to track 0.3 features:
I'm ok with waiting for adding this into 0.3 release. I'm just curious how to test against these? Or maybe we can start with declaring these features as experimental. |
I agree that we can label these features as experimental. Setting up the CI infrastructure requires time, more so than implementing those features. |
I have a question on the current It would be useful to be able to customize the OpenDAL |
Cool, let's move! |
Any detailed ideas? Are you talking about enabling some existing layers for opendal or allow users to implement something new based on FileIO? I can imagine that enabling logging and retry layers by default or by configuring might be useful. |
Split into a new issue: #410. I plan to track them after 0.3 release. |
@Xuanwo I can take the Azure datalake FileIO Implementation + the corresponding infrastructure set up, sound ok? |
Welcome, have fun! |
cc @Xuanwo Do you still plan to finish this before in 0.3.0? Or we can postpone it to next release? |
There are some more work to do at opendal side. I believe we can let 0.3.0 go first. |
iceberg-java now supports
Although OpenDAL supports more storage services than this, it still makes sense to at least support all existing storage services. This issue will track the progress.
After this been implemented, iceberg-rust will have the same storage support level as iceberg-java. I'm willing implement those features but also open to help review related changes. Please comment if you want to join the development and pick up one of them.
The text was updated successfully, but these errors were encountered: