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

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

Commit 2c19daae64a9d2b611647a8574675a62444a19cc in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=2c19daae6 ]

IMPALA-13534: Implement runtime filters on CTEs

Forwards runtime filters to CTE consumers, and connects runtime filters
within CTE subqueries. Avoids pushing filters through CTE producers as
the filters may differ for different consumer exchanges.

Change-Id: Ic877fb590187826f828da6a27bf274465c381e8e
Reviewed-on: http://gerrit.cloudera.org:8080/24657
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Support runtime filters on CTE consumer nodes
> ---------------------------------------------
>
>                 Key: IMPALA-13534
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13534
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Backend, Frontend
>            Reporter: Michael Smith
>            Assignee: Michael Smith
>            Priority: Major
>
> For joins, we create runtime filters that are sent from the build side to the 
> probe side to do some early filtering of results of a scan. With shared CTEs, 
> the consumers may not receive the same runtime filters, so we can't forward 
> them all the way to the scans, but we should be able to apply them to the CTE 
> consumer results. Implement support for connecting runtime filters to CTE 
> consumers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to