Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
DRILL4513_b.q.failing
blob: 145eb85b8e39e37bed9cc4f4be7ef0c2f8988ac3 [
file
] [
log
] [
blame
]
alter session
set
`store.json.all_text_mode`
=
true
;
SELECT
*
from
`json_storage/f_20160316.json`
t WHERE t
.
c2 IS NOT NULL
;
alter session
set
`store.json.all_text_mode`
=
false
;