You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/06/01 05:59:00 UTC

[jira] [Commented] (IMPALA-7090) EqualityDisjunctsToInRule should respect the limit on the number of children in an expr

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

ASF subversion and git services commented on IMPALA-7090:
---------------------------------------------------------

Commit f26a2d4409f3d3322646b7f4ef441a5b3a0df03e in impala's branch refs/heads/2.x from [~tianyiwang]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=f26a2d4 ]

IMPALA-7090: Limit the size of expr created by EqualityDisjunctsToInRule

Currently EqualityDisjunctsToInRule introduced in IMPALA-5280 might
create an expr with unlimited number of children and fails a query,
which should be avoided. The easy solution is to not apply the
rewrite when the number of children is large.

Change-Id: Ie40c3210271a9e3c7f1b2b869a8c2ec8bacaa72a
Reviewed-on: http://gerrit.cloudera.org:8080/10528
Reviewed-by: Tianyi Wang <tw...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> EqualityDisjunctsToInRule should respect the limit on the number of children in an expr
> ---------------------------------------------------------------------------------------
>
>                 Key: IMPALA-7090
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7090
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Tianyi Wang
>            Assignee: Tianyi Wang
>            Priority: Critical
>
> Currently EqualityDisjunctsToInRule introduced in IMPALA-5280 might create an expr with unlimited number of children and fails a query, which should be avoided. The easy solution is to not apply the rewrite when the number of children is large.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org