You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2019/01/16 01:08:00 UTC

[jira] [Updated] (PHOENIX-2947) NPE in ExpresssionCompiler.visitLeave

     [ https://issues.apache.org/jira/browse/PHOENIX-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas D'Silva updated PHOENIX-2947:
------------------------------------
    Fix Version/s:     (was: 4.15.0)

> NPE in ExpresssionCompiler.visitLeave
> -------------------------------------
>
>                 Key: PHOENIX-2947
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2947
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Alicia Ying Shu
>            Assignee: Alicia Ying Shu
>            Priority: Major
>         Attachments: PHOENIX-2947-v1.patch, PHOENIX-2947.patch
>
>
> When running tests, got NPE in ExpressionCompiler.java
> {code}
> java.lang.NullPointerException
> 	at org.apache.phoenix.compile.ExpressionCompiler.visitLeave(ExpressionCompiler.java:1308)
> 	at org.apache.phoenix.compile.ExpressionCompiler.visitLeave(ExpressionCompiler.java:141)
> 	at org.apache.phoenix.parse.ExistsParseNode.accept(ExistsParseNode.java:53)
> 	at org.apache.phoenix.parse.CompoundParseNode.acceptChildren(CompoundParseNode.java:64)
> 	at org.apache.phoenix.parse.AndParseNode.accept(AndParseNode.java:47)
> 	at org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:130)
> 	at org.apache.phoenix.compile.WhereCompiler.compile(WhereCompiler.java:100)
> 	at org.apache.phoenix.execute.HashJoinPlan.iterator(HashJoinPlan.java:216)
> 	at org.apache.phoenix.execute.HashJoinPlan.iterator(HashJoinPlan.java:143)
> 	at org.apache.phoenix.execute.HashJoinPlan.iterator(HashJoinPlan.java:138)
> 	at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:281)
> 	at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:266)
> 	at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
> 	at org.apache.phoenix.jdbc.PhoenixStatement.executeQuery(PhoenixStatement.java:265)
> 	at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:1444)
> 	at sqlline.Commands.execute(Commands.java:822)
> 	at sqlline.Commands.sql(Commands.java:732)
> 	at sqlline.SqlLine.dispatch(SqlLine.java:807)
> 	at sqlline.SqlLine.begin(SqlLine.java:681)
> 	at sqlline.SqlLine.start(SqlLine.java:398)
> {code}



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