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 "Andrew Sherman (Jira)" <ji...@apache.org> on 2024/04/18 00:50:00 UTC

[jira] [Created] (IMPALA-13013) Table not found after CONVERT TO ICEBERG in load-data

Andrew Sherman created IMPALA-13013:
---------------------------------------

             Summary: Table not found after CONVERT TO ICEBERG in load-data
                 Key: IMPALA-13013
                 URL: https://issues.apache.org/jira/browse/IMPALA-13013
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.4.0
            Reporter: Andrew Sherman
            Assignee: Zoltán Borók-Nagy


load-data fails with
{code:java}
17:02:44 CREATE TABLE IF NOT EXISTS functional_parquet.iceberg_lineitem_sixblocks
17:02:44 LIKE PARQUET '/test-warehouse/lineitem_sixblocks_iceberg/lineitem_sixblocks.parquet'
17:02:44 STORED AS PARQUET
17:02:44 LOCATION '/test-warehouse/lineitem_sixblocks_iceberg/'
17:02:44 Summary: Returned 1 rows
17:02:44 Success: True
17:02:44 Took: 0.172425031662(s)
17:02:44 Data:
17:02:44 Table has been created.
17:02:44 
17:02:44 ALTER TABLE functional_parquet.iceberg_lineitem_sixblocks CONVERT TO ICEBERG
17:02:44 Summary: Returned 1 rows
17:02:44 Success: True
17:02:44 Took: 1.37302303314(s)
17:02:44 Data:
17:02:44 Table has been migrated.
17:02:44 
17:02:44 ERROR: ALTER TABLE functional_parquet.iceberg_lineitem_sixblocks SET TBLPROPERTIES ('format-version'='2')
17:02:44 Traceback (most recent call last):
17:02:44   File "/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/bin/load-data.py", line 196, in exec_impala_query_from_file
17:02:44     result = impala_client.execute(query)
17:02:44   File "/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/tests/beeswax/impala_beeswax.py", line 191, in execute
17:02:44     handle = self.__execute_query(query_string.strip(), user=user)
17:02:44   File "/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/tests/beeswax/impala_beeswax.py", line 382, in __execute_query
17:02:44     handle = self.execute_query_async(query_string, user=user)
17:02:44   File "/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/tests/beeswax/impala_beeswax.py", line 376, in execute_query_async
17:02:44     handle = self.__do_rpc(lambda: self.imp_service.query(query,))
17:02:44   File "/data/jenkins/workspace/impala-cdw-master-staging-core/repos/Impala/tests/beeswax/impala_beeswax.py", line 539, in __do_rpc
17:02:44     raise ImpalaBeeswaxException(self.__build_error_message(b), b)
17:02:44 ImpalaBeeswaxException: ImpalaBeeswaxException:
17:02:44  INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
17:02:44  MESSAGE: AnalysisException: Could not resolve table reference: 'functional_parquet.iceberg_lineitem_sixblocks'
{code}
IMPALA-12330 might help avoid this problem

[~boroknagyz] assigning to you for triage, please distribute as appropriate
 



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