Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 4.1.0
-
None
-
ghx-label-1
Description
test_orc_stats.py is failing on certain exhaustive builds. The stack trace of the failure looks like below.
query_test/test_orc_stats.py:40: in test_orc_stats self.run_test_case('QueryTest/orc-stats', vector, use_db=unique_database) common/impala_test_suite.py:779: in run_test_case update_section=pytest.config.option.update_results) common/test_result_verifier.py:653: in verify_runtime_profile % (function, field, expected_value, actual_value, op, actual)) E AssertionError: Aggregation of SUM over RowsRead did not match expected results. E EXPECTED VALUE: E 0 E E E ACTUAL VALUE: E 10 E
Attachments
Issue Links
- relates to
-
IMPALA-6505 Min-Max predicate push down in ORC scanner
- Resolved