[ 
https://issues.apache.org/jira/browse/TRAFODION-3264?focusedWorklogId=190736&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-190736
 ]

ASF GitHub Bot logged work on TRAFODION-3264:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 28/Jan/19 03:58
            Start Date: 28/Jan/19 03:58
    Worklog Time Spent: 10m 
      Work Description: Traf-Jenkins commented on issue #1782: [TRAFODION-3264] 
eliminate unneeded function call in Lob-related functions
URL: https://github.com/apache/trafodion/pull/1782#issuecomment-457992289
 
 
   Can one of the admins verify this patch?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 190736)
    Time Spent: 50m  (was: 40m)

> lob-related functions causes server aborted when PCode is off
> -------------------------------------------------------------
>
>                 Key: TRAFODION-3264
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3264
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: -exe
>    Affects Versions: any
>            Reporter: Wenjun Zhu
>            Priority: Major
>             Fix For: any
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> In file core/sql/executor/ExExeUtilLoad.cpp, there are lines like:
> {code:java}
>     ex_expr::exp_return_type exprRetCode =
>        lobTdb().inputExpr_->eval(NULL, 
>        workAtp_);{code}
> this calls eval() function with 1st parametere NULL.
> When PCode is off, it would access null pointer in function 
> ex_expr::evalClauses(), and then abort.
> As sandhyasun said, this invocation is unneeded, so eliminate it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to