Version of Parquet released to docs.rs & crates.io has debug prints in
|
println!("min: {:?} {}", &v.as_bytes(), v.as_bytes().len()); |
. They were pretty hard to track down, so I suggest considering logging create in the future. When is the new version going to be released? Is there some stable schedule I can expect?
Is it recommended to use the current snapshot straight from github instead of crates.io?
Reporter: Krzysztof Stanisławek
Related issues:
Note: This issue was originally created as ARROW-10199. Please see the migration documentation for further details.
Version of Parquet released to docs.rs & crates.io has debug prints in
arrow/rust/parquet/src/column/writer.rs
Line 60 in 886d87b
Is it recommended to use the current snapshot straight from github instead of crates.io?
Reporter: Krzysztof Stanisławek
Related issues:
Note: This issue was originally created as ARROW-10199. Please see the migration documentation for further details.