Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
positive
/
sample6.q
blob: 0ee026f0f368cc4849aacba831438f1dc2b83fc8 [
file
]
--
both input pruning
and
sample filter
INSERT OVERWRITE TABLE dest1 SELECT s
.*
FROM srcbucket TABLESAMPLE
(
BUCKET
1
OUT OF
4
on key
)
s