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 "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2021/11/03 14:15:00 UTC

[jira] [Created] (IMPALA-11001) test_time_travel can break around dst changes

Csaba Ringhofer created IMPALA-11001:
----------------------------------------

             Summary: test_time_travel can break around dst changes
                 Key: IMPALA-11001
                 URL: https://issues.apache.org/jira/browse/IMPALA-11001
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Csaba Ringhofer


This will be probably a very rare failure, as it was caused by the DST change being exactly 2 years ago.

{code}
query_test/test_iceberg.py:218: in test_time_travel
    assert "Cannot find a snapshot older than" in str(e)
E   assert 'Cannot find a snapshot older than' in "ImpalaBeeswaxException:\n INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: AnalysisException: I...RNING: Timestamp '2019-11-03 01:02:25.417545000' in timezone 'America/Los_Angeles' could not be converted to UTC\n\n\n"
E    +  where "ImpalaBeeswaxException:\n INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: AnalysisException: I...RNING: Timestamp '2019-11-03 01:02:25.417545000' in timezone 'America/Los_Angeles' could not be converted to UTC\n\n\n" = str(ImpalaBeeswaxException())
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org