blob: 980971074693db3610d689aeae012bac3675c3ba [file] [log] [blame]
--! qt:dataset:srcbucket
-- both input pruning and sample filter
INSERT OVERWRITE TABLE dest1 SELECT s.*
FROM srcbucket TABLESAMPLE (BUCKET 1 OUT OF 4 on key) s
WHERE s.key > 100