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