paimon-rust icon indicating copy to clipboard operation
paimon-rust copied to clipboard

Apache Paimon Rust The rust implementation of Apache Paimon.

Results 34 paimon-rust issues
Sort by recently updated
recently updated
newest added

close #57 The test fixtures is generated by `org.apache.paimon.manifest.ManifestListTest#testWriteAndReadManifestList`.

org.apache.paimon.manifest.ManifestEntrySerializer

First, support to read/parse the avro manifestList file

https://github.com/apache/paimon-rust/actions/runs/10457312133/job/28956637925 The InputFile's relative path is generated by ``` if let Some(stripped) = path.strip_prefix("file:/") { Ok((op, stripped)) } else { Ok((op, &path[1..])) } ``` which may not right for windows...

- [x] Implement basic IO Module - [ ] Implement a FunctionVistor(may be a simple one for poc) and FieldRef for FileIndexReader - [x] Implement FileIndexFormat and FileIndexWriter/Reader and other...

Our community works hard on implementation specifications. It's time for us to introduce unit tests and integration tests. We need to ensure that we can serialize/deserialize specifications correctly.

when #27 is ready we can add [Catalog](https://github.com/apache/paimon/blob/release-0.8.2/paimon-core/src/main/java/org/apache/paimon/catalog/Catalog.java) API. Maybe we can add struct with definition first, the function and the detail behavior can be implemented for the further PRs.