Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
MD772_1.q
blob: 61454b3889246b0517797379b5696ef999c0fccf [
file
] [
log
] [
blame
]
alter session
set
`store.json.all_text_mode`
=
true
;
SELECT c1 FROM
`json_storage/tooManyNulls.json`
WHERE c1 IS NOT NULL
;
alter session
set
`store.json.all_text_mode`
=
false
;