blob: f85c526296ecdc8e9a48a4f048febf90a4848adb [file] [log] [blame]
set hive.mapred.mode=strict;
-- This should fail until we fix the issue with precision when casting a bigint to a double
select * from src where cast(1 as bigint) = cast(1.0 as double) limit 10;