Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
emptyLHS_RHS_JSON.q
blob: 183a7a06dec7ae22b741a0ca41165570ea812d22 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
SELECT cast
(
key
as
int
)
from
`emptyFiles/empty_1.json`
UNION ALL SELECT cast
(
key
as
integer
)
from
`emptyFiles/empty_2.json`
)
t limit
0
;