Quanlong Huang created IMPALA-11594:
---------------------------------------

             Summary: TestIcebergTable.test_create_table_like_parquet fails in 
S3 build
                 Key: IMPALA-11594
                 URL: https://issues.apache.org/jira/browse/IMPALA-11594
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang
            Assignee: Gergely Fürnstáhl


TestIcebergTable.test_create_table_like_parquet added by IMPALA-11438 failed in 
S3 builds:
{code:java}
query_test/test_iceberg.py:819: in test_create_table_like_parquet
    self._create_table_like_parquet_helper(vector, unique_database, tbl_name, 
False)
query_test/test_iceberg.py:806: in _create_table_like_parquet_helper
    assert hdfs_file
E   assert None {code}
Standard Error:
{noformat}
SET 
client_identifier=query_test/test_iceberg.py::TestIcebergTable::()::test_create_table_like_parquet[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_row;
SET sync_ddl=False;
-- executing against localhost:21000

DROP DATABASE IF EXISTS `test_create_table_like_parquet_6e658131` CASCADE;

-- 2022-09-18 11:38:30,905 INFO     MainThread: Started query 
9742962ebcabc35b:5c668e4500000000
SET 
client_identifier=query_test/test_iceberg.py::TestIcebergTable::()::test_create_table_like_parquet[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_row;
SET sync_ddl=False;
-- executing against localhost:21000

CREATE DATABASE `test_create_table_like_parquet_6e658131`;

-- 2022-09-18 11:38:38,160 INFO     MainThread: Started query 
b84f60c7670afd2e:37deca4d00000000
-- 2022-09-18 11:38:38,765 INFO     MainThread: Created database 
"test_create_table_like_parquet_6e658131" for test ID 
"query_test/test_iceberg.py::TestIcebergTable::()::test_create_table_like_parquet[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]"
22/09/18 11:38:39 WARN impl.MetricsConfig: Cannot locate configuration: tried 
hadoop-metrics2-s3a-file-system.properties,hadoop-metrics2.properties
22/09/18 11:38:39 INFO impl.MetricsSystemImpl: Scheduled Metric snapshot period 
at 10 second(s).
22/09/18 11:38:39 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
started
22/09/18 11:38:40 INFO Configuration.deprecation: No unit for 
fs.s3a.connection.request.timeout(0) assuming SECONDS
22/09/18 11:38:41 INFO impl.MetricsSystemImpl: Stopping s3a-file-system metrics 
system...
22/09/18 11:38:41 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
stopped.
22/09/18 11:38:41 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
shutdown complete.
-- executing against localhost:21000

create table test_create_table_like_parquet_6e658131.alltypes_tiny_pages like 
parquet 
"/test-warehouse/test_create_table_like_parquet_6e658131.db/alltypes_tiny_pages.parquet"
 stored as parquet;

-- 2022-09-18 11:38:41,292 INFO     MainThread: Started query 
c94eb08d583843d6:78da517900000000
-- executing against localhost:21000

load data inpath 
"/test-warehouse/test_create_table_like_parquet_6e658131.db/alltypes_tiny_pages.parquet"
 into table test_create_table_like_parquet_6e658131.alltypes_tiny_pages;

-- 2022-09-18 11:38:45,913 INFO     MainThread: Started query 
014969c4fd6439be:bdf84d6200000000 {noformat}



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