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

Implement partition summary for mainfest writer. #102

Open
Tracked by #114
liurenjie1024 opened this issue Jul 18, 2023 · 3 comments
Open
Tracked by #114

Implement partition summary for mainfest writer. #102

liurenjie1024 opened this issue Jul 18, 2023 · 3 comments

Comments

@liurenjie1024
Copy link
Contributor

https://github.com/liurenjie1024/icelake/blob/99d8d92a7cc8a40c86bc1ab84da4798cd89f1f19/src/types/on_disk/manifest_file.rs#L393

let mut writer = AvroWriter::new(avro_schema, Vec::new());

@ZENOTME
Copy link
Contributor

ZENOTME commented Jul 20, 2023

https://iceberg.apache.org/spec/#partitioning:~:text=Partition%20data%20tuple%2C%20schema%20based%20on%20the%20partition%20spec%20output%20using%20partition%20field%20ids%20for%20the%20struct%20field%20ids

This should do after we support partition in data file, I find that this sumary is computed from the partiton in data file.

@ZENOTME
Copy link
Contributor

ZENOTME commented Jul 20, 2023

BTW, do we prepare to support partition in 0.1 veriosn? It seems the whole API can build without partition.

@liurenjie1024
Copy link
Contributor Author

Yes, it's necessary for practical use.

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

No branches or pull requests

2 participants