[
https://issues.apache.org/jira/browse/PHOENIX-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466792#comment-16466792
]
Hudson commented on PHOENIX-3856:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #116 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/116/])
PHOENIX-3856 StatementContext class constructor not honouring supplied
(jtaylor: rev c531f44825bc35b7626db3f5a42501f68c4b24a7)
* (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: 5.0.0, 4.15.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)