blob: 08db585aa7ef50de48cf6bcec266379ba5b93ec0 [file] [log] [blame]
--! qt:dataset:src
SET hive.exec.driver.run.hooks=org.apache.hadoop.hive.ql.hooks.DriverTestHook;
-- This query should appear in the Hive CLI output.
-- We test DriverTestHook, which does exactly that.
-- This should not break.
SELECT * FROM src LIMIT 1;