Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
sfs_nonexistent.q
blob: 6e05c142580d4f4ea7a09d7253ddd21ace056315 [
file
] [
log
] [
blame
]
--!
qt
:
replace
:|
file
:
/.*/
nonexistent
|
FILE
:
///.../nonexistent|
create external table t1s
(
a
string
,
b
string
,
c
string
)
location
'sfs+file://${system:test.tmp.dir}/nonexistent/path/f1.txt/#SINGLEFILE#'
;