GitHub user arina-ielchiieva opened a pull request:

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

    DRILL-5771: Fix serDe errors for format plugins

    1. Fix various serde issues for format plugins described in 
[DRILL-5771](https://issues.apache.org/jira/browse/DRILL-5771).
    2. Throw meaninful exception instead of NPE when table is not found when 
table function is used.
    3. Add unit tests for all format plugins for ensure serde is checked 
(physical plan is generated in json format and then submitted).
    4. Fix physical plan submission on Windows 
([DRILL-4640](https://issues.apache.org/jira/browse/DRILL-4640)).

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

    $ git pull https://github.com/arina-ielchiieva/drill DRILL-5771

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

    https://github.com/apache/drill/pull/1014.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 #1014
    
----
commit 72544d5aa9f0add3075c2eb174c49b355d3c85e2
Author: Arina Ielchiieva <arina.yelchiy...@gmail.com>
Date:   2017-10-26T13:09:00Z

    DRILL-5771: Fix serDe errors for format plugins
    
    1. Fix various serde issues for format plugins described in DRILL-5771.
    2. Throw meaninful exception instead of NPE when table is not found when 
table function is used.
    3. Added unit tests for all format plugins for ensure serde is checked 
(physical plan is generated in json format and then submitted).
    4. Fix physical plan submission on Windows (DRILL-4640).

----


---

Reply via email to