[ https://issues.apache.org/jira/browse/IMPALA-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Csaba Ringhofer resolved IMPALA-14202. -------------------------------------- Resolution: Duplicate > TestEventProcessingCustomConfigs.test_no_hms_event_incremental_refresh_transactional_table > fails with ACID table error > ---------------------------------------------------------------------------------------------------------------------- > > Key: IMPALA-14202 > URL: https://issues.apache.org/jira/browse/IMPALA-14202 > Project: IMPALA > Issue Type: Bug > Reporter: Mihaly Szjatinya > Priority: Major > > h3. Error Message > AssertionError: ACID table is not updated. Create statement: create > transactional table > test_no_hms_event_incremental_refresh_transactional_table_75c9c83d.tbl (i > int) assert [] == ['1', '2', '3'] Right contains more items, first extra > item: '1' Full diff: - [] + ['1', '2', '3'] > h3. Stacktrace > custom_cluster/test_events_custom_configs.py:1305: in > test_no_hms_event_incremental_refresh_transactional_table assert results.data > == ["1", "2", "3"], ( E AssertionError: ACID table is not updated. Create > statement: create transactional table > test_no_hms_event_incremental_refresh_transactional_table_75c9c83d.tbl (i > int) E assert [] == ['1', '2', '3'] E Right contains more items, first extra > item: '1' E Full diff: E - [] E + ['1', '2', '3'] > -- This message was sent by Atlassian Jira (v8.20.10#820010)