-
parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
release on github.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
The biggest addition is native async reading via futures::AsyncRead and futures::AsyncSeek, which required a lot of (to be merged) changes upstream (changes to thrift rust compiler and parquet-format-rs). I placed those changes on a temporary crate until things are released there.
-
parquet-format-rs
Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file
The biggest addition is native async reading via futures::AsyncRead and futures::AsyncSeek, which required a lot of (to be merged) changes upstream (changes to thrift rust compiler and parquet-format-rs). I placed those changes on a temporary crate until things are released there.
Related posts
-
What is gRPC popularity? I believe not very popular. And subreddit is small. Why is that?
-
Deadline Budget Propagation for Baseplate.py
-
If someone ever asks you why you use Apollo, show them this screenshot.
-
pqrs: A parquet-tools replacement in Rust using Apache Arrow
-
Can you share your experience with race conditions in production?