GitHub user jaltekruse opened a pull request:
https://github.com/apache/drill/pull/393
DRILL-4441: Fix varchar data read out of Avro filtering incorrectly dâ¦
â¦ue to metadata bug
The precision of the Varchar datatype was not being set causing inconsistent
truncation of values to the default length of 1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jaltekruse/incubator-drill
4441-avro-varchar-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/393.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 #393
----
commit 134fb0dbd16b1953745f2bf97a86b4ec8d27e6d3
Author: Jason Altekruse <[email protected]>
Date: 2016-02-26T17:55:05Z
DRILL-4441: Fix varchar data read out of Avro filtering incorrectly due to
metadata bug
The precision of the Varchar datatype was not being set causing inconsistent
truncation of values to the default length of 1.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---