[
https://issues.apache.org/jira/browse/PHOENIX-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469761#comment-16469761
]
Hudson commented on PHOENIX-3856:
---------------------------------
ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-0.98 #1882 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/1882/])
PHOENIX-3856 StatementContext class constructor not honouring supplied
(jtaylor: rev 7a79e62013c3f6ffce588103803fb8075485c5bd)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/StatementContext.java
> StatementContext class constructor not honouring supplied scan object
> ----------------------------------------------------------------------
>
> Key: PHOENIX-3856
> URL: https://issues.apache.org/jira/browse/PHOENIX-3856
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.10.0
> Reporter: Maddineni Sukumar
> Assignee: Maddineni Sukumar
> Priority: Minor
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-3856.patch
>
>
> In below constructor we are creating additional scan object instead of
> supplied scan object.
> public StatementContext(PhoenixStatement statement, Scan scan) {
> this(statement, FromCompiler.EMPTY_TABLE_RESOLVER, new Scan(), new
> SequenceManager(statement));
> }
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)