Github user sandhyasun commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/915#discussion_r96711995
  
    --- Diff: core/sql/exp/ExpLOBaccess.h ---
    @@ -515,7 +515,7 @@ class ExLob
     
       public:
     
    -    char lobDataFile_[MAX_LOB_FILE_NAME_LEN];
    +    string lobDataFile_; // TODO: change to NAString when ExLobCursor is 
allocated off of an NAHeap
    --- End diff --
    
    Can this not be allocated from NAString now  ? The ExLob class which 
contains this is allocated from the executor heap. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to