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)

Reply via email to