[
https://issues.apache.org/jira/browse/PHOENIX-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698616#comment-17698616
]
Tanuj Khurana commented on PHOENIX-6880:
----------------------------------------
[~stoty] This commit has broken the unit tests at least with the 2.5 profile. I
see it locally and also here
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/511/
There is a stack overflow caused by infinite recursion
{code:java}
java.lang.StackOverflowError
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
at
org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:117)
{code}
I didn't check the other profiles
> Remove dynamicFilter from BaseQueryPlan
> ---------------------------------------
>
> Key: PHOENIX-6880
> URL: https://issues.apache.org/jira/browse/PHOENIX-6880
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Trivial
> Fix For: 5.2.0, 5.1.4
>
>
> AFAICT we never set dynamiFilter anywhere in the code.
> Confirm this and remove the parameter.
> We do use dynamicFilter in HashJoinPlan, but everywhere else it's always
> guarantted to be null.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)