You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/09/29 22:44:00 UTC

[jira] [Updated] (ARROW-9800) [Rust] [Parquet] "min" and "max" written to standard out when writing columns

     [ https://issues.apache.org/jira/browse/ARROW-9800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson updated ARROW-9800:
-----------------------------------
    Component/s: Rust

> [Rust] [Parquet] "min" and "max" written to standard out when writing columns
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-9800
>                 URL: https://issues.apache.org/jira/browse/ARROW-9800
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> For example the following is printed during local execution of a test:
> {code}
> 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
> {code}
> It appears to have been introduced by this PR and was probably vestigial.
> https://github.com/apache/arrow/commit/12b30dda1a23bad70e5b11b8cef845d0effd01d4
> {code}
> commit 12b30dda1a23bad70e5b11b8cef845d0effd01d4
> Author: Ze'ev Maor <ze...@microsoft.com>
> Date:   Thu Jul 2 17:14:16 2020 -0700
>     ARROW-9280: [Rust] [Parquet] Calculate page and column statistics
>     Allow writer to provide pre-calculated stats
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)