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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2023/01/30 01:09:00 UTC

[jira] [Reopened] (IMPALA-11806) TestIcebergTable.test_load failed

     [ https://issues.apache.org/jira/browse/IMPALA-11806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quanlong Huang reopened IMPALA-11806:
-------------------------------------

Reopen this since still see it fails in Ozone builds. The error message is different but might due to the recent fix:
{code:java}
F query_test/test_iceberg.py::TestIcebergTable::()::test_load[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_iceberg.py:842: in test_load
     self.run_test_case('QueryTest/iceberg-load', vector, use_db=unique_database)
 common/impala_test_suite.py:773: in run_test_case
     self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
 common/impala_test_suite.py:557: in __verify_exceptions
     (expected_str, actual_str)
 E   AssertionError: Unexpected exception string. Expected: minimum memory reservation is greater than memory available to the query for buffer reservations
 E   Not found in actual: ImpalaBeeswaxException: INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> MESSAGE: AnalysisException: INPATH location 'ofs://localhost:9862/tmp/test_load_a61184e9/parquet/00000-0-data-gfurnstahl_20220906113044_157fc172-f5d3-4c70-8653-fff150b6136a-job_16619542960420_0002-1-00001.parquet' does not exist.{code}
Could you take a look again? [~tmate] 

> TestIcebergTable.test_load failed
> ---------------------------------
>
>                 Key: IMPALA-11806
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11806
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 4.3.0
>            Reporter: Wenzhe Zhou
>            Assignee: Tamas Mate
>            Priority: Major
>             Fix For: Impala 4.3.0
>
>
> TestIcebergTable.test_load was added by IMPALA-11339 (Add Iceberg LOAD DATA INPATH statement). It failed in core-ozone build.
> *Error Message*
> query_test/test_iceberg.py:805: in test_load     self.hdfs_client.make_dir(DST_DIR, permission=777) E   AttributeError: 'TestIcebergTable' object has no attribute 'hdfs_client'
> *Stacktrace*
> query_test/test_iceberg.py:805: in test_load
>     self.hdfs_client.make_dir(DST_DIR, permission=777)
> E   AttributeError: 'TestIcebergTable' object has no attribute 'hdfs_client'
> Standard Error
> SET client_identifier=query_test/test_iceberg.py::TestIcebergTable::()::test_load[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;
> SET sync_ddl=False;
> -- executing against localhost:21000
> DROP DATABASE IF EXISTS `test_load_a61184e9` CASCADE;
> -- 2022-12-16 09:11:10,345 INFO     MainThread: Started query 7748bb1822e271fa:9bada05000000000
> SET client_identifier=query_test/test_iceberg.py::TestIcebergTable::()::test_load[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;
> SET sync_ddl=False;
> -- executing against localhost:21000
> CREATE DATABASE `test_load_a61184e9`;
> -- 2022-12-16 09:11:14,357 INFO     MainThread: Started query 2649fc95833f8f75:cafcfec300000000
> -- 2022-12-16 09:11:14,408 INFO     MainThread: Created database "test_load_a61184e9" for test ID "query_test/test_iceberg.py::TestIcebergTable::()::test_load[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]"



--
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