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