GitHub user daveoshinsky opened a pull request:
https://github.com/apache/drill/pull/372
DRILL-4184: support variable length decimal fields in parquet
Support decimal fields in parquet that are stored as variable length
BINARY. Parquet files that store decimal values this way are often
significantly smaller than ones storing decimal values as
FIXED_LEN_BYTE_ARRAY's (full precision).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daveoshinsky/drill master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/372.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 #372
----
commit 9a47ca52125139d88adf39b5d894a02f870f37d9
Author: U-COMMVAULT-NJ\doshinsky <[email protected]>
Date: 2016-02-09T22:37:47Z
DRILL-4184: support variable length decimal fields in parquet
commit dec00a808c99554f008e23fd21b944b858aa9ae0
Author: daveoshinsky <[email protected]>
Date: 2016-02-09T22:56:28Z
DRILL-4184: changes to support variable length decimal fields in parquet
----
---
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.
---