Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
Impala 3.4.0
-
None
-
ghx-label-8
Description
Seen on a recent build of impala-asf-master-exhaustive-release:
TestInsertQueries.test_insert_bad_expr[compression_codec: none | protocol: beeswax | exec_option: {'sync_ddl': 0, 'batch_size': 1, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none-unique_database0] 02:31:45 query_test/test_insert.py:200: in test_insert_bad_expr 02:31:45 .get_db_name_from_format(vector.get_value('table_format'))}) 02:31:45 common/impala_test_suite.py:668: in run_test_case 02:31:45 self.__verify_exceptions(test_section['CATCH'], str(e), use_db) 02:31:45 common/impala_test_suite.py:485: in __verify_exceptions 02:31:45 (expected_str, actual_str) 02:31:45 E AssertionError: Unexpected exception string. Expected: Cannot interpret native UDF 'twenty_one_args': number of arguments is more than 20. Codegen is needed. Please set DISABLE_CODEGEN to false. 02:31:45 E Not found in actual: ImpalaBeeswaxException: Query aborted:ExecQueryFInstances rpc query_id=164b40a17ce7407d:aebe998e00000000 failed: Exec() rpc failed: Aborted: ExecQueryFInstances RPC to 127.0.0.1:27002 is cancelled in state SENT
The failed RPC indicates a transient failure because all other tests in this build ran fine.
Attachments
Issue Links
- duplicates
-
IMPALA-10336 test_type_conversions_hive3 fails because incorrect error is returned to client
- Resolved