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

    https://github.com/apache/trafodion/pull/1405#discussion_r162492341
  
    --- Diff: core/sql/cli/Cli.cpp ---
    @@ -9765,12 +9797,27 @@ Lng32 SQLCLI_LOBddlInterface
            
            goto error_return;
          }
    -   
    +   //Initialize LOB interface 
    +        
    +        Int32 rc= 
ExpLOBoper::initLOBglobal(exLobGlob,currContext.exHeap(),&currContext,hdfsServer,hdfsPort);
    +        if (rc)
    +          {
    +            {
    --- End diff --
    
    And here


---

Reply via email to