GitHub user vladimirtkach opened a pull request:
https://github.com/apache/drill/pull/1026
DRILL-5919: Add session option to allow json reader/writer to work with
NaN,INF
Added two session options `store.json.reader.non_numeric_numbers` and
`store.json.reader.non_numeric_numbers` that allow to read/write `NaN` and
`Infinity` as numbers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vladimirtkach/drill DRILL-5919
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1026.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1026
----
commit 0e972bac9d472f6681e6f16d232f61e6d0bfcb44
Author: Volodymyr Tkach <[email protected]>
Date: 2017-11-03T16:13:29Z
DRILL-5919: Add session option to allow json reader/writer to work with
NaN,INF
----
---