Peter Rozsa created IMPALA-12285:
------------------------------------
Summary: Type mismatch in set operations with ALLOW_UNSAFE_CASTS
enabled
Key: IMPALA-12285
URL: https://issues.apache.org/jira/browse/IMPALA-12285
Project: IMPALA
Issue Type: Bug
Components: fe
Reporter: Peter Rozsa
Assignee: Peter Rozsa
{code:java}
INSERT INTO iobt(c0) VALUES ("0"), (15629);{code}
hit DCHECK in tuple.cc:233; the common type calculation resolves to smallint
due to 15629, but literal casting does not respect the target type, and
transforms the string literal to tinyint type.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)