Hey all,

I got a helpful error from Drill on a json file I am looking at. "Null
values are not support in lists by default. Plase set
`store.json.all_text_mode` to true"

I set the item and I am able to query.

Is it possible to set this setting at a view level?

If I could create a view that set this only for reading that table, I think
it would help on a number of issues.

1. I won't have to reload this data into a different format to read it
2. Users won't have to set a session setting (that could affect other reads
in their session in a non-obvious way)
3. I don't have to set this as a system level variable to read the table
(which would have non-obvious consequences, hence why drill didn't set it
this way by default)
4. Users who haven't set the setting won't get an error when trying to
read.

So back to my question, would it be possible to include "query based
settings" for particular views?

Reply via email to