GitHub user StevenMPhillips opened a pull request:
https://github.com/apache/incubator-drill/pull/47
DRILL-496 drill stuck in loop when query parquet file and eventually ran...
... out of memory
Added condition in NullableColumnReader to break out of loop when there are
no more pages to read.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StevenMPhillips/incubator-drill DRILL-496
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-drill/pull/47.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 #47
----
commit fe9891c9c84ffcee3eefdb3fffc936b76519a175
Author: Steven Phillips <[email protected]>
Date: 2014-04-09T22:14:49Z
DRILL-496 drill stuck in loop when query parquet file and eventually ran
out of memory
Added condition in NullableColumnReader to break out of loop when there are
no more pages to read.
----
---
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.
---