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;