Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
Impala 3.1.0
-
None
-
ghx-label-6
Description
Stacktrace
query_test/test_queries.py:159: in test_strict_mode self.run_test_case('QueryTest/strict-mode-abort', vector) common/impala_test_suite.py:420: in run_test_case assert False, "Expected exception: %s" % expected_str E AssertionError: Expected exception: Error converting column: 5 to DOUBLE
Standard Error
-- executing against localhost:21000 use functional; SET strict_mode=1; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=0; SET disable_codegen=False; SET abort_on_error=0; SET exec_single_node_rows_threshold=0; -- executing against localhost:21000 select * from overflow; -- executing against localhost:21000 use functional; SET strict_mode=1; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=0; SET disable_codegen=False; SET abort_on_error=1; SET exec_single_node_rows_threshold=0; -- executing against localhost:21000 select tinyint_col from overflow; -- executing against localhost:21000 select smallint_col from overflow; -- executing against localhost:21000 select int_col from overflow; -- executing against localhost:21000 select bigint_col from overflow; -- executing against localhost:21000 select float_col from overflow; -- executing against localhost:21000 select double_col from overflow;
Attachments
Issue Links
- duplicates
-
IMPALA-7335 Assertion Failure - test_corrupt_files
- Resolved
- is duplicated by
-
IMPALA-7401 query_test.test_queries.TestQueriesTextTables.test_strict_mode fails on asan build
- Resolved
- relates to
-
IMPALA-7335 Assertion Failure - test_corrupt_files
- Resolved