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) = 1.0 limit 10;