blob: b43d8adecd8a7e06ae9dce39c82259be755f763e [file] [log] [blame]
--! qt:dataset:src
set hive.mapred.mode=nonstrict;
EXPLAIN
SELECT x.* FROM SRC x WHERE x.key < 300 LIMIT 5;
SELECT x.* FROM SRC x WHERE x.key < 300 LIMIT 5;