blob: b122821fbd92ef99a9aa37670dbb1db6a6b602b2 [file] [log] [blame]
--! qt:dataset:srcpart
set hive.mapred.mode=nonstrict;
explain extended
select * from srcpart a join srcpart b where a.ds = '2008-04-08' and a.hr = '11' and b.ds = '2008-04-08' and b.hr = '14' limit 5;
select * from srcpart a join srcpart b where a.ds = '2008-04-08' and a.hr = '11' and b.ds = '2008-04-08' and b.hr = '14' limit 5;