[
https://issues.apache.org/jira/browse/PHOENIX-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018496#comment-17018496
]
Hudson commented on PHOENIX-5678:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3329 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3329/])
PHOENIX-5678 : Cleanup anonymous classes used for BaseMutationPlan (yanxinyi:
rev 044155414b44426226437127aed891aa17aa079f)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/CreateTableCompiler.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/CreateSchemaCompiler.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/CreateFunctionCompiler.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/PostLocalIndexDDLCompiler.java
> Cleanup anonymous inner classes used for BaseMutationPlan
> ---------------------------------------------------------
>
> Key: PHOENIX-5678
> URL: https://issues.apache.org/jira/browse/PHOENIX-5678
> Project: Phoenix
> Issue Type: Sub-task
> Affects Versions: 5.1.0, 4.15.1
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.0, 4.15.1
>
> Attachments: PHOENIX-5678.master.000.patch
>
>
> BaseMutationPlan has been extended as anonymous inner class at multiple
> places and some of them have lots of logic placed in overridden methods. We
> should convert them to Inner classes and use object of extended inner class.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)