blob: e960ec7affb1b7787697455ba21dfb8e03415462 [file] [log] [blame]
--! qt:dataset:src
set hive.strict.checks.bucketing=false;
reset hive.mapred.mode;
set hive.strict.checks.type.safety=false;
-- 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;