GitHub user prasadns14 opened a pull request:
https://github.com/apache/drill/pull/939
DRILL-5550: Missing CSV column value set to null
1) Changed the CSV datatype to nullable VARCHAR
2) Missing CSV column value set to null
3) Unit test added
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prasadns14/drill DRILL-5550
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/939.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 #939
----
commit 0171696142c3d1843b92dae61d21c190b7913c01
Author: Prasad Subramanya <[email protected]>
Date: 2017-09-11T01:23:06Z
DRILL-5550: Missing CSV column value set to null
----
---