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

feat(io): Implement base IO Module #51

Merged
merged 5 commits into from
Aug 17, 2024
Merged

Conversation

devillove084
Copy link
Contributor

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

Copy link
Contributor

@Aitozi Aitozi left a comment

Choose a reason for hiding this comment

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

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

Other LGTM

crates/paimon/Cargo.toml Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
@devillove084
Copy link
Contributor Author

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.

crates/paimon/src/error.rs Outdated Show resolved Hide resolved
crates/paimon/src/error.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/file_io.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/storage.rs Outdated Show resolved Hide resolved
crates/paimon/src/io/storage.rs Outdated Show resolved Hide resolved
@devillove084
Copy link
Contributor Author

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

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thank you, let's get started.

@Xuanwo
Copy link
Member

Xuanwo commented Aug 16, 2024

cc @Aitozi for another look.

Copy link
Contributor

@Aitozi Aitozi left a comment

Choose a reason for hiding this comment

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

+1

@Aitozi Aitozi merged commit 8a2ea68 into apache:main Aug 17, 2024
7 checks passed
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.

Implement IO Module
3 participants