You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Pranav Yogi Lodha (Jira)" <ji...@apache.org> on 2024/03/07 17:45:00 UTC

[jira] [Created] (IMPALA-12880) IMPALA-12798 regr_intercept() might have inconsistant results on TIMESTAMP values

Pranav Yogi Lodha created IMPALA-12880:
------------------------------------------

             Summary: IMPALA-12798 regr_intercept() might have inconsistant results on TIMESTAMP values
                 Key: IMPALA-12880
                 URL: https://issues.apache.org/jira/browse/IMPALA-12880
             Project: IMPALA
          Issue Type: Bug
            Reporter: Pranav Yogi Lodha


Found a failure in impala-cdwh-2023.0.16.0-exhaustive-release and impala-cdpd-master-exhaustive-release with below error messages:
*Test*
query_test.test_aggregation.TestAggregationQueries.test_aggregation[protocol: beeswax | exec_option:
{'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0}
| table_format: seq/def/block]
*Error Message*
{code:java}
query_test/test_aggregation.py:203: in test_aggregation self.run_test_case('QueryTest/aggregation', vector) common/impala_test_suite.py:815: in run_test_case self.__verify_results_and_errors(vector, test_section, result, use_db) common/impala_test_suite.py:625: in __verify_results_and_errors replace_filenames_with_placeholder) common/test_result_verifier.py:503: in verify_raw_results VERIFIER_MAP[verifier](expected, actual) common/test_result_verifier.py:312: in verify_query_result_is_equal assert expected_results == actual_results E assert Comparing QueryTestResults (expected vs actual): E 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 != 0,0,0,0,0,0,2.384185791015625e-07
{code}
*Stacktrace*
{code:java}
query_test/test_aggregation.py:203: in test_aggregation
self.run_test_case('QueryTest/aggregation', vector)
common/impala_test_suite.py:815: in run_test_case
self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:625: in __verify_results_and_errors
replace_filenames_with_placeholder)
common/test_result_verifier.py:503: in verify_raw_results
VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:312: in verify_query_result_is_equal
assert expected_results == actual_results
E assert Comparing QueryTestResults (expected vs actual):
E 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 != 0,0,0,0,0,0,2.384185791015625e-07
{code}
h4.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org