GitHub user rajrahul opened a pull request:
https://github.com/apache/drill/pull/1166
DRILL-6016 - Fix for Error reading INT96 created by Apache Spark
This fixes DRILL-6016 where drill was failing to read int96 generated by
Apache Spark even after setting store.parquet.reader.int96_as_timestamp to true.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajrahul/drill DRILL-6016
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1166.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 #1166
----
commit 6d74884f314638e8d95e0c6ea3431222cb308ec5
Author: Rahul Raj <rajrahul@...>
Date: 2018-03-14T06:35:45Z
DRILL-6016 - Fix for Error reading INT96 created by Apache Spark
----
---