Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
json
/
jsonNanInf
/
positiveCases
/
unionAllOperator.q
blob: 8541b37f48c8df8c2006f3229b8484eefdead475 [
file
] [
log
] [
blame
]
set
store
.
json
.
reader
.
allow_nan_inf
=
true
;
--
@test
select
t
.
name
,
t
.
attr4
from
`jsonNanInf/aggr.json`
t
union
all
select
tt
.
name
,
tt
.
attr4
from
`jsonNanInf/aggr.json`
tt
;
reset store
.
json
.
reader
.
allow_nan_inf
;