Adam Sindelar
Adam Sindelar
Thanks for the chat on Monday. To summarize: - Pete and Tom need to take a look at the Rust dependencies - The mid-term goal is to split the parquet...
This is ready for review. What's been done so far: 1. Rust build support 2. FFI interface and linkage with C++ code using cxx crate 3. Parquet Table implementation on...
Sorry for the timeline saying I added 19 commits, I just rebased the branch onto main and GH got confused. (I also added a few more comments.)
I had the same problem, but so far all issues have been caused by doing something wrong with respect to the Parquet format. The parquet2 crate doesn't do enough validation...
I have code structured like this: - Build a Page by appending primitive values of NativeType or str. - Build a Vec of those. (Buffers get moved.) - Compress them...