You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/08 21:40:58 UTC

[jira] [Commented] (DRILL-5121) A memory leak is observed when exact case is not specified for a column in a filter condition

    [ https://issues.apache.org/jira/browse/DRILL-5121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15810066#comment-15810066 ] 

ASF GitHub Bot commented on DRILL-5121:
---------------------------------------

Github user asfgit closed the pull request at:

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


> A memory leak is observed when exact case is not specified for a column in a filter condition
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-5121
>                 URL: https://issues.apache.org/jira/browse/DRILL-5121
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Relational Operators
>    Affects Versions: 1.6.0, 1.8.0
>            Reporter: Karthikeyan Manivannan
>            Assignee: Karthikeyan Manivannan
>              Labels: ready-to-commit
>             Fix For: Future
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When the query SELECT XYZ from dfs.`/tmp/foo' where xYZ like "abc", is executed on a setup where /tmp/foo has 2 Parquet files, 1.parquet and 2.parquet, where 1.parquet has the column XYZ but 2.parquet does not, then there is a memory leak. 
> This seems to happen because xYZ seem to be treated as a new column. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)