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:31:04 UTC

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

Maddineni Sukumar created PHOENIX-3856:
------------------------------------------

             Summary: 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


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)