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

    https://github.com/apache/incubator-trafodion/pull/346#discussion_r54661369
  
    --- Diff: core/sql/parser/StmtDDLAlter.cpp ---
    @@ -1971,6 +1971,17 @@ StmtDDLAlterTableAddColumn::synthesize()
         theColumn->traverseList(
              this,
              StmtDDLAlterTableAddColumn_visit);
    +
    +    ElemDDLColDefArray ColDefArray = getColDefArray();
    +    ElemDDLColDef *pColDef = ColDefArray[0];
    +    if (NOT pColDef->getColumnFamily().isNull())
    +      {
    +        //TEMPTEMP 
    +        // Currently, DTM doesnt handle add columns with an explicit 
    +        // column family as a transactional operation.
    +        // Do not use ddl xns until that bug is fixed.
    +        setDdlXns(FALSE);
    +      }
    --- End diff --
    
    How about ALTER TABLE/INDEX ALTER HBASE_OPTIONS?


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