Commits


alamb authored and Andy Grove committed 2ebde1cc024
ARROW-9800: [Rust][Parquet] Remove println! when writing column statistics Prior to this PR, the following output is printed during local execution of a test: ``` min: [0] 1 max: [1] 1 min: [0] 1 max: [1] 1 min: [0] 1 max: [1] 1 min: [0] 1 max: [1] 1 min: [0] 1 max: [1] 1 min: [0] 1 max: [1] 1 ``` It appears to have been introduced in https://github.com/apache/arrow/commit/12b30dda1a23bad70e5b11b8cef845d0effd01d4 / https://github.com/apache/arrow/pull/7622, likely mistakenly. FYI @zeevm and @sunchao Closes #8006 from alamb/alamb/ARROW-9800-println Authored-by: alamb <andrew@nerdnetworks.org> Signed-off-by: Andy Grove <andygrove73@gmail.com>