Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-4
Description
INSERT INTO iobt(c0) VALUES ("0"), (15629);
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.
Attachments
Issue Links
- is caused by
-
IMPALA-10173 Allow implicit casts between numeric and string types when inserting into table
- Resolved