You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2021/10/07 20:50:00 UTC

[jira] [Created] (IMPALA-10955) query_test/test_iceberg.py test_time_travel fails in S3 builds

Laszlo Gaal created IMPALA-10955:
------------------------------------

             Summary: query_test/test_iceberg.py test_time_travel fails in S3 builds
                 Key: IMPALA-10955
                 URL: https://issues.apache.org/jira/browse/IMPALA-10955
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.1.0
            Reporter: Laszlo Gaal
            Assignee: Zoltán Borók-Nagy


query_test.test_iceberg.TestIcebergTable.test_time_travel fails on S3 with an assertion failure.
Stack backtrace is:
{code}
query_test/test_iceberg.py:178: in test_time_travel
    expect_results_t(cast_ts(ts_4) + " - interval 1 seconds", [])
query_test/test_iceberg.py:137: in expect_results_t
    expected_results)
query_test/test_iceberg.py:130: in expect_results
    assert len(data.data) == len(expected_results)
E   assert 1 == 0
E    +  where 1 = len(['100'])
E    +    where ['100'] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7f944cbfedd0>.data
E    +  and   0 = len([])
{code}



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