blob: 359c153a404cd2225fbc2548cf3b1a9fdeecb713 [file] [log] [blame]
--! qt:dataset:src
set hive.query.reexecution.enabled=false;
set hive.exec.pre.hooks="org.this.is.a.bad.class";
EXPLAIN
SELECT x.* FROM SRC x LIMIT 20;
SELECT x.* FROM SRC x LIMIT 20;