GitHub user vdiravka opened a pull request:
https://github.com/apache/drill/pull/687
DRILL-4996: Parquet Date auto-correction is not working in auto-partiâ¦
â¦tioned parquet files generated by drill-1.6
- Changed detection approach of corrupted date values for the case, when
parquet files are generated by drill:
the corruption status is determined by looking at the min/max values in
the metadata;
- Appropriate refactoring of TestCorruptParquetDateCorrection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdiravka/drill DRILL-4996
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/687.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 #687
----
commit 22f4c3dcbe00d47055185d802e88fecaff0d252d
Author: Vitalii Diravka <[email protected]>
Date: 2016-12-09T08:00:48Z
DRILL-4996: Parquet Date auto-correction is not working in auto-partitioned
parquet files generated by drill-1.6
- Changed detection approach of corrupted date values for the case, when
parquet files are generated by drill:
the corruption status is determined by looking at the min/max values in
the metadata;
- Appropriate refactoring of TestCorruptParquetDateCorrection.
----
---
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.
---