[ 
https://issues.apache.org/jira/browse/IMPALA-12428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762474#comment-17762474
 ] 

Wenzhe Zhou commented on IMPALA-12428:
--------------------------------------

Stacktrace
{code:java}
query_test/test_iceberg.py:68: in test_iceberg_negative
    self.run_test_case('QueryTest/iceberg-negative', vector, 
use_db=unique_database)
common/impala_test_suite.py:788: in run_test_case
    self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
common/impala_test_suite.py:572: in __verify_exceptions
    (expected_str, actual_str)
E   AssertionError: Unexpected exception string. Expected: 
ImpalaRuntimeException: Iceberg table 
functional_parquet.iceberg_v2_delete_equality has EQUALITY delete file which is 
currently not supported by Impala
E   Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'> MESSAGE: IllegalArgumentException: Cannot 
find snapshot with ID 5763349507283783091
{code}

{code:java}
query_test/test_scanners.py:519: in test_iceberg_query
    self.run_test_case('QueryTest/iceberg-query', vector)
common/impala_test_suite.py:782: in run_test_case
    user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:704: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:1058: in __execute_query
    return impalad_client.execute(query, user=user)
common/impala_connection.py:217: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:191: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:367: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:361: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:524: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: IllegalArgumentException: Cannot find snapshot with ID 
3207673167795000154
{code}



> TestIcebergTable.test_iceberg_negative and TestIceberg.test_iceberg_query 
> failed
> --------------------------------------------------------------------------------
>
>                 Key: IMPALA-12428
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12428
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Wenzhe Zhou
>            Assignee: Tamás Máté
>            Priority: Major
>
> Following TestIcebergTable.test_iceberg_negative and 
> TestIceberg.test_iceberg_query failed after the patch for IMPALA-12407 (Add 
> test table with Iceberg Equality deletes) was merged.
> {code:java}
> query_test.test_iceberg.TestIcebergTable.test_iceberg_negative[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: 
> parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[protocol: beeswax | 
> exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 
> 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[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, 'debug_action': None, 'exec_single_node_rows_threshold': 
> 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[protocol: beeswax | 
> exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'debug_action': 
> '-1:OPEN:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[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, 'debug_action': 
> '-1:OPEN:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[protocol: beeswax | 
> exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'debug_action': 
> '-1:OPEN:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[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, 'debug_action': 
> '-1:OPEN:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[protocol: beeswax | 
> exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 
> 'abort_on_error': 1, 'debug_action': 
> 'HDFS_SCANNER_THREAD_CHECK_SOFT_MEM_LIMIT:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> query_test.test_scanners.TestIceberg.test_iceberg_query[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, 'debug_action': 
> 'HDFS_SCANNER_THREAD_CHECK_SOFT_MEM_LIMIT:[email protected]', 
> 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to