[GitHub] drill pull request #690: DRILL-5121 A memory leak is observed when exact cas...

2017-01-08 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] drill pull request #690: DRILL-5121 A memory leak is observed when exact cas...

2016-12-10 Thread bitblender
GitHub user bitblender opened a pull request:

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

DRILL-5121 A memory leak is observed when exact case is not specified for a 
column in a filter condition

Fix for https://issues.apache.org/jira/browse/DRILL-5121.

Changes fieldVectorMap in ScanBatch to a CaseInsensitiveMap to workaround 
the memory leak described in the bug.

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

$ git pull https://github.com/bitblender/drill DRILL-5121

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

https://github.com/apache/drill/pull/690.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 #690


commit 8178e2ac620cdde534b8235e1b699b92bbad87c8
Author: karthik 
Date:   2016-11-14T18:36:53Z

DRILL-5121 Fix for memory leak. Changes fieldVectorMap in ScanBatch to a 
CaseInsensitiveMap




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