Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
positive
/
sample3.q
blob: 42d5a2bbec34b38c44a23a25d42ebad6f62b856c [
file
]
--
sample columns
not
same
as
bucket columns
--
no
input pruning
,
sample filter
INSERT OVERWRITE TABLE dest1 SELECT s
.*
--
here
's another test
FROM srcbucket TABLESAMPLE (BUCKET 1 OUT OF 2 on key, value) s