Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
emptyRHS_CSV.q
blob: 4e9c116b181228570a64134f0a7dc7a70bb9a26e [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
SELECT col1
from
`notEmpty_csv_v`
UNION ALL SELECT cast
(
columns
[
0
]
as
int
)
FROM
`emptyFiles/empty_1.csv`
)
t limit
0
;