Sign in
apache
/
hive
/
maven
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
load_part_nospec.q
blob: 81517991b26fa20120838b474fb3c49c1c7b022c [
file
] [
log
] [
blame
]
create table hive_test_src
(
col1
string
)
partitioned
by
(
pcol1
string
)
stored
as
textfile
;
load data
local
inpath
'../../data/files/test.dat'
into
table hive_test_src
;