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

    https://github.com/apache/trafodion/pull/1405#discussion_r162492297
  
    --- Diff: core/sql/cli/Cli.cpp ---
    @@ -9726,10 +9742,26 @@ Lng32 SQLCLI_LOBddlInterface
             //lob data files.  Note that if there is an error in the drop of 
the 
             //descriptor tables above , the transaction will restore each of 
the 
             //above tables . 
    +        //Initialize LOB interface 
    +       
    +        Int32 rc= 
ExpLOBoper::initLOBglobal(exLobGlob,currContext.exHeap(),&currContext,hdfsServer,hdfsPort);
    +        if (rc)
    +          {
    +            {
    --- End diff --
    
    Same comment here


---

Reply via email to