You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Andrew Sherman (Jira)" <ji...@apache.org> on 2023/12/14 02:16:00 UTC

[jira] [Created] (IMPALA-12629) TestRanger fails in test_column_masking and test_row_filtering

Andrew Sherman created IMPALA-12629:
---------------------------------------

             Summary: TestRanger fails in test_column_masking and test_row_filtering
                 Key: IMPALA-12629
                 URL: https://issues.apache.org/jira/browse/IMPALA-12629
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 1.4.2
            Reporter: Andrew Sherman
            Assignee: Fang-Yu Rao


Fang-Yu asking you take a look because you reviewed  IMPALA-12398 which is the suspicious recent change.

test_column_masking:
{code}
authorization/test_ranger.py:1510: in test_column_masking
    test_file_vars={'$UNIQUE_DB': unique_database})
common/impala_test_suite.py:751: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:587: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:487: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:296: in verify_query_result_is_equal
    assert expected_results == actual_results
E   assert Comparing QueryTestResults (expected vs actual):
E     1,'NULL' == 1,'NULL'
E     3,'NULL' != 2,'NULL'
E     Number of rows returned (expected vs actual): 2 != 3
{code}

test_row_filtering:
{code}
authorization/test_ranger.py:1685: in test_row_filtering
    test_file_vars={'$UNIQUE_DB': unique_database})
common/impala_test_suite.py:751: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:587: in __verify_results_and_errors
    replace_filenames_with_placeholder)
common/test_result_verifier.py:487: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:296: in verify_query_result_is_equal
    assert expected_results == actual_results
E   assert Comparing QueryTestResults (expected vs actual):
E     1,'a' == 1,'a'
E     3,'c' == 3,'c'
E     5,'X' == 5,'X'
E     Number of rows returned (expected vs actual): 3 != 6
{code}



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