GitHub user adeneche opened a pull request:

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

    DRILL-3635: IllegalArgumentException - not a Parquet file (too small)

    make sure we close the writer before we return OK_NEW_SCHEMA. Because 
WriterRecordBatch only returns one single batch and because on the client side 
DrillResultSetImpl.execute() will wait for the first batch to come before 
returning, this will ensure that execute() won't return until all files have 
been flushed to disk

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

    $ git pull https://github.com/adeneche/incubator-drill DRILL-3635

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

    https://github.com/apache/drill/pull/117.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 #117
    
----
commit 198e9868880303efe470da8c175b3b696b75b76a
Author: adeneche <[email protected]>
Date:   2015-08-13T20:04:59Z

    DRILL-3635: IllegalArgumentException - not a Parquet file (too small)

----


---
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.
---

Reply via email to