gaurav singh created IMPALA-14245:
-------------------------------------

             Summary: TestAcid.test_acid_partitioned is failing
                 Key: IMPALA-14245
                 URL: https://issues.apache.org/jira/browse/IMPALA-14245
             Project: IMPALA
          Issue Type: Bug
            Reporter: gaurav singh


h3. Error Message

query_test/test_acid.py:82: in test_acid_partitioned 
self.run_test_case('QueryTest/acid-partitioned', vector, 
use_db=unique_database) common/impala_test_suite.py:787: in run_test_case 
user=test_section.get('USER', '').strip() or None) 
common/impala_test_suite.py:706: in __exec_in_impala result = 
self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_acid_partitioned_cb133961.pt' was 
modified while operation was in progress, aborting execution.
h3. Stacktrace

query_test/test_acid.py:82: in test_acid_partitioned 
self.run_test_case('QueryTest/acid-partitioned', vector, 
use_db=unique_database) common/impala_test_suite.py:787: in run_test_case 
user=test_section.get('USER', '').strip() or None) 
common/impala_test_suite.py:706: in __exec_in_impala result = 
self.__execute_query(target_impalad_client, query, user=user) 
common/impala_test_suite.py:1073: in __execute_query return 
impalad_client.execute(query, user=user) common/impala_connection.py:218: in 
execute return self.__beeswax_client.execute(sql_stmt, user=user) 
beeswax/impala_beeswax.py:191: in execute handle = 
self.__execute_query(query_string.strip(), user=user) 
beeswax/impala_beeswax.py:369: in __execute_query 
self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in 
wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, 
None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query 
aborted:CatalogException: Table 'test_acid_partitioned_cb133961.pt' was 
modified while operation was in progress, aborting execution.



--
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