Skip to content

cargo test reports errors on the master branch. #4236

@HaoYang670

Description

@HaoYang670

Describe the bug
A clear and concise description of what the bug is.

[2022-11-16T07:11:47Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'container_min' is declared as non-nullable but contains null values
[2022-11-16T07:11:47Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'container_min' is declared as non-nullable but contains null values
[2022-11-16T07:11:48Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'container_min' is declared as non-nullable but contains null values
[2022-11-16T07:11:48Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'container_min' is declared as non-nullable but contains null values
[2022-11-16T07:11:49Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'container_min' is declared as non-nullable but contains null values
[2022-11-16T07:11:49Z ERROR datafusion::physical_plan::file_format::parquet::page_filter] Error evaluating page index predicate values Error during planning: Can not create statistics record batch: Invalid argument error: Column 'pod_min' is declared as non-nullable but contains null values
test parquet::filter_pushdown::single_file ... ok

To Reproduce
Steps to reproduce the behavior:
Run

cargo test --all

on the master branch

Or just run the test parquet::filter_pushdown::single_file

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions