blob: a9c8d35a3d03cee1f0f456492a1063fa836b4bf8 [file] [log] [blame]
set hive.strict.checks.type.safety=true;
create table tbl (varchrcol varchar(5), deccol decimal(4,1));
select * from tbl where deccol is not distinct from varchrcol;