HaoYang670 opened a new issue, #4236: URL: https://github.com/apache/arrow-datafusion/issues/4236
**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 ... ``` **To Reproduce** Steps to reproduce the behavior: Run ``` cargo test --all ``` on the master branch **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
