Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
Impala 2.3.0
-
None
-
None
Description
The following test fails with wrong results in the non-partitioned test runs TestJoinQueries.test_single_node_nested_loop_joins
Link: http://sandbox.jenkins.cloudera.com/job/impala-master-cdh5-trunk-non-partitioned-hash-and-aggs/96/
query_test/test_join_queries.py:55: in test_single_node_nested_loop_joins self.run_test_case('QueryTest/single-node-nlj', new_vector) common/impala_test_suite.py:234: in run_test_case pytest.config.option.update_results) common/test_result_verifier.py:345: in verify_raw_results VERIFIER_MAP[verifier](expected, actual) common/test_result_verifier.py:197: in verify_query_result_is_equal assert expected_results == actual_results E assert Comparing QueryTestResults (expected vs actual): E 1,1 != 1,-757446001202478830 E 1,1 != 1,-7925555781794536384 E 1,1 != 1,2673577798038412940 E 1,1 != 1,6162543018722714984 E 1,1 != 1,7349705297469022842
Attachments
Issue Links
- is duplicated by
-
IMPALA-2329 Wrong results in test_single_node_nested_loop_joins with the old aggs/joins
- Resolved
- is related to
-
IMPALA-2333 ASAN Crashes In Join Tests
- Resolved