You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Maddineni Sukumar (JIRA)" <ji...@apache.org> on 2017/05/17 00:39:04 UTC

[jira] [Updated] (PHOENIX-3856) StatementContext class constructor not honouring supplied scan object

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

Maddineni Sukumar updated PHOENIX-3856:
---------------------------------------
    Attachment: PHOENIX-3856.patch

> 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
>         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
(v6.3.15#6346)