GitHub user chunhui-shi opened a pull request:

    https://github.com/apache/drill/pull/638

    DRILL-4982: Separate Hive reader classes for different data formats t…

    …o improve performance.
    
    1, Separating Hive reader classes allows optimization to apply on different 
classes in optimized ways. This  separation effectively avoid the performance 
degradation of scan.
    
    2, Do not apply Skip footer/header mechanism on most Hive formats. This 
skip mechanism introduces extra checks on each incoming records.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chunhui-shi/drill DRILL-4982

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/638.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 #638
    
----
commit 1e240a0dfea7970798bd550204388fc0e9bc3d42
Author: chunhui-shi <c...@maprtech.com>
Date:   2016-10-30T08:29:06Z

    DRILL-4982: Separate Hive reader classes for different data formats to 
improve performance.
    
    1, Separating Hive reader classes allows optimization to apply on different 
classes in optimized ways. This  separation effectively avoid the performance 
degradation of scan.
    
    2, Do not apply Skip footer/header mechanism on most Hive formats. This 
skip mechanism introduces extra checks on each incoming records.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to