blob: 57ee1017b7d3300b67d1fe8bd9a02a5c5ed75737 [file] [log] [blame]
--! qt:dataset:srcbucket
-- no input pruning, sample filter
INSERT OVERWRITE TABLE dest1 SELECT s.* -- here's another test
FROM srcbucket TABLESAMPLE (BUCKET 1 OUT OF 5 on key) s