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(spec): Add DataFileMeta #15

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Conversation

crrow
Copy link
Contributor

@crrow crrow commented Jul 8, 2024

Close #10

What I did

Ported DataFileMeta and some associated class into Rust

@crrow crrow marked this pull request as ready for review July 8, 2024 15:58
@crrow crrow changed the title draft: add spec of datafilemeta feat: add spec of datafilemeta Jul 8, 2024
Makefile Outdated Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
crates/paimon/src/spec/data_file.rs Outdated Show resolved Hide resolved
@crrow
Copy link
Contributor Author

crrow commented Jul 9, 2024

Thank @Xuanwo for your review, I'll address it later.

@crrow
Copy link
Contributor Author

crrow commented Jul 10, 2024

@Xuanwo hi,I have addressed all above problems

@Xuanwo
Copy link
Member

Xuanwo commented Jul 10, 2024

@Xuanwo hi,I have addressed all above problems

Thanks, I will find time to review this PR later this week.

@SteNicholas SteNicholas changed the title feat: add spec of datafilemeta feat(spec): Add DataFileMeta Jul 16, 2024
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.

Thanks, let's move!

@Xuanwo
Copy link
Member

Xuanwo commented Jul 17, 2024

cc @SteNicholas and @JingsongLi for another look.

@JingsongLi
Copy link
Contributor

Build seems broken now.

@crrow
Copy link
Contributor Author

crrow commented Jul 18, 2024

I've made some modifications to address Clippy's recommendations. The build should now work.

@JingsongLi JingsongLi closed this Jul 19, 2024
@JingsongLi JingsongLi reopened this Jul 19, 2024
@JingsongLi JingsongLi closed this Jul 23, 2024
@JingsongLi JingsongLi reopened this Jul 23, 2024
Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 0ff9a96 into apache:main Jul 24, 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.

spec: Implement Datafile
3 participants