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

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

                Author: ASF GitHub Bot
            Created on: 28/Jan/19 15:48
            Start Date: 28/Jan/19 15:48
    Worklog Time Spent: 10m 
      Work Description: sandhyasun commented on issue #1782: [TRAFODION-3264] 
eliminate unneeded function call in Lob-related functions
URL: https://github.com/apache/trafodion/pull/1782#issuecomment-458183979
 
 
   Did you run all the extract commands and  "update lob" commands and ensure 
this expression eval can be eliminated ? Did executor/TEST130 pass ?
 
----------------------------------------------------------------
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: 191080)
    Time Spent: 1h 10m  (was: 1h)

> 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: 1h 10m
>  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