Zoltán Borók-Nagy created IMPALA-13905:
------------------------------------------
Summary: test_insert_overwrite_base_detection is flaky
Key: IMPALA-13905
URL: https://issues.apache.org/jira/browse/IMPALA-13905
Project: IMPALA
Issue Type: Bug
Components: Test
Reporter: Zoltán Borók-Nagy
Saw the following error:
h3. Stacktrace
{noformat}
query_test/test_acid.py:387: in test_insert_overwrite_base_detection
assert result.data == ['1\ta', '3\tb', '4\tb']
E assert ['3\tb', '4\tb'] == ['1\ta', '3\tb', '4\tb']
E At index 0 diff: '3\tb' != '1\ta'
E Right contains more items, first extra item: '4\tb'
{noformat}
We probably need SYNC_DDL for this test.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)