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

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

Commit f1420ae51b2e00ad093be64a0d2135ca36aa6514 in impala's branch 
refs/heads/master from Tamas Mate
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f1420ae51 ]

IMPALA-11294: Remove dictionary runtime filter test workarounds

This commit removes a workaround in the dictionary runtime filter tests
that was necessary till IMPALA-11047 got merged.

Testing
 - Executed e2e test locally.

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


> Preconditions.checkNotNull(statsTuple_) fail in HdfsScanNode.java if 
> PARQUET_READ_STATISTICS=0
> ----------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-11047
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11047
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.0.0
>            Reporter: Riza Suminto
>            Assignee: Qifan Chen
>            Priority: Major
>             Fix For: Impala 4.1.0
>
>
> There is a conflict happening in HdfsScanNode.java vs 
> RuntimeFilterGenerator.java when initializing overlap predicate.
> In HdfsScanNode.java, computeStatsTupleAndConjuncts that init statsTuple_ 
> will not be called because PARQUET_READ_STATISTICS=0.
> [https://github.com/apache/impala/blob/9d61bc4/fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java#L409]
>  
> On the other hand, in RuntimeFilterGenerator.java, disable_overlap_filter is 
> set to false without considering what is the value of PARQUET_READ_STATISTICS.
> [https://github.com/apache/impala/blob/9d61bc4/fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java#L915]



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