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

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

Wenzhe Zhou created IMPALA-11806:
------------------------------------

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


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)