blob: c7952c4394ff99259ba5526ee6989b439e9254bc [file] [log] [blame]
set hive.strict.checks.type.safety=true;
create table chrtbl (varcharcol varchar(5));
select * from chrtbl where varcharcol = 123.2;