Skip to content

[Rust] [Parquet] "min" and "max" written to standard out when writing columns #17318

@asfimport

Description

@asfimport

For example the following 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 by this PR and was probably vestigial.

12b30dd

commit 12b30dda1a23bad70e5b11b8cef845d0effd01d4
Author: Ze'ev Maor <zeevm@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

Reporter: Andrew Lamb / @alamb
Assignee: Andrew Lamb / @alamb

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-9800. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions