apache / paimon-rust

Apache Paimon Rust The rust implementation of Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
100 stars 31 forks source link

feat(io): Implement base IO Module #51

Closed devillove084 closed 1 month ago

devillove084 commented 1 month ago

Before implementing FileIndex, complete the IO related capabilities first :). close #38

devillove084 commented 1 month ago

Hi @devillove084, Please rebase master to solve the conflicts. Left two minor comments.

Other LGTM

No problem, I will rebase it later. Thank you for your valuable opinions.

devillove084 commented 1 month ago

Apologies for the late update. I've made the necessary modifications to the code. I would greatly appreciate it if you could review it again at your convenience to check for any issues. cc @Xuanwo

Xuanwo commented 1 month ago

cc @Aitozi for another look.