Riza Suminto created IMPALA-13492:
-------------------------------------

             Summary: TestIcebergTable.test_describe_history_params is flaky.
                 Key: IMPALA-13492
                 URL: https://issues.apache.org/jira/browse/IMPALA-13492
             Project: IMPALA
          Issue Type: Bug
          Components: Test
    Affects Versions: Impala 4.4.0
            Reporter: Riza Suminto
            Assignee: Zoltán Borók-Nagy


TestIcebergTable.test_describe_history_params is flaky with following error 
message and stack trace on failed run:
{code:java}
Error Message:

query_test/test_iceberg.py:504: in test_describe_history_params     
self.expect_num_snapshots_from(impalad_client, tbl_name, now_budapest, 1) 
common/iceberg_test_suite.py:39: in expect_num_snapshots_from     
expected_result_size=expected_result_size) util/iceberg_util.py:102: in 
get_snapshots     rows = impalad_client.execute(query, user) 
common/impala_connection.py:216: in execute     
fetch_profile_after_close=fetch_profile_after_close) 
beeswax/impala_beeswax.py:190: in execute     handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:381: in __execute_query     handle = 
self.execute_query_async(query_string, user=user) 
beeswax/impala_beeswax.py:375: in execute_query_async     handle = 
self.__do_rpc(lambda: self.imp_service.query(query,)) 
beeswax/impala_beeswax.py:553: in __do_rpc     raise 
ImpalaBeeswaxException(self.__build_error_message(b), b) E   
ImpalaBeeswaxException: Query 884a5fa72d806f79:7c6e01ce00000000 failed: E   
AnalysisException: Invalid TIMESTAMP expression: UDF WARNING: Timestamp 
'2024-10-27 02:47:33.482594000' in timezone 'Europe/Budapest' could not be 
converted to UTC E    E    E   CAUSED BY: InternalException: UDF WARNING: 
Timestamp '2024-10-27 02:47:33.482594000' in timezone 'Europe/Budapest' could 
not be converted to UTC


Stacktrace:

query_test/test_iceberg.py:504: in test_describe_history_params
    self.expect_num_snapshots_from(impalad_client, tbl_name, now_budapest, 1)
common/iceberg_test_suite.py:39: in expect_num_snapshots_from
    expected_result_size=expected_result_size)
util/iceberg_util.py:102: in get_snapshots
    rows = impalad_client.execute(query, user)
common/impala_connection.py:216: in execute
    fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:190: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:381: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:375: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:553: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: Query 884a5fa72d806f79:7c6e01ce00000000 failed:
E   AnalysisException: Invalid TIMESTAMP expression: UDF WARNING: Timestamp 
'2024-10-27 02:47:33.482594000' in timezone 'Europe/Budapest' could not be 
converted to UTC
E   
E   
E   CAUSED BY: InternalException: UDF WARNING: Timestamp '2024-10-27 
02:47:33.482594000' in timezone 'Europe/Budapest' could not be converted to UTC
{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