I filed a JIRA on this. From and enterprise administration stand point, the
ability to get more granular on settings for data reads is important...

https://issues.apache.org/jira/browse/DRILL-4130



On Mon, Nov 2, 2015 at 3:47 PM, John Omernik <[email protected]> wrote:

> 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