GitHub user amansinha100 opened a pull request:
https://github.com/apache/drill/pull/345
DRILL-4287: During initial DrillTable creation don't read the metadatâ¦
â¦a cache file; instead do it during ParquetGroupScan.
Maintain state in FileSelection to keep track of whether certain operations
have been done on that selection.
Remove ParquetFileSelection since its only purpose was to carry the
metadata cache information which is not needed anymore.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amansinha100/incubator-drill DRILL-4287
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/345.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 #345
----
commit a479137911bc6d4821a138789db254d6eee43316
Author: Aman Sinha <[email protected]>
Date: 2016-01-18T18:26:59Z
DRILL-4287: During initial DrillTable creation don't read the metadata
cache file; instead do it during ParquetGroupScan.
Maintain state in FileSelection to keep track of whether certain operations
have been done on that selection.
Remove ParquetFileSelection since its only purpose was to carry the
metadata cache information which is not needed anymore.
----
---
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.
---