Github user prashanth-vasudev commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/13#discussion_r33627878
  
    --- Diff: core/sql/executor/HBaseClient.java ---
    @@ -587,13 +588,11 @@ public boolean alter(String tblName, Object[] 
tableOptions, long transID)
             ChangeFlags status = 
                 setDescriptors(tableOptions,htblDesc /*out*/,colDesc /*out*/, 
defaultVersionsValue);
     
    -        // TODO: Remove this stub once transactional alter method is added 
to table member
    -        transID = 0;  // stub
    -
             try {
                 if (transID != 0) {
    -                // TODO: write this method to support transactional alter
    -                // table.alter(tblName, tableOptions, transID);
    --- End diff --
    
    There are some commented code here. I guess this is to integrate the 
remaining code later.  Other than that, everything else looks good.


---
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