GitHub user anoopsharma00 opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1069

    JIRA 2485,2540,2582,2591, plus other bug fixes

    [TRAFODION-2485]   Add support for REVERSE function
         (OperTypeEnum.h, exp/*, sqlparser.y,
          BindItemExpr.cpp, ItemExpr.cpp, SynthType.cpp,
          GenItemFunc.cpp)
    
    [TRAFODION-2540]   Alter Drop column on table with identity
                     "generated always" fails
                     (file CmpSeabaseDDLtable.cpp)
    
    [TRAFODION-2582]   "timestamp - timestamp" returns "days" instead of 
"seconds"
                     (file: BindItemExpr.cpp)
    
    [TRAFODION-2591]   Create index on added column returns incorrect results.
                     (file generator/GenRelScan.cpp)
    
    Bug: Invalid "set transaction" stmt syntax no longer causes assertion 
failure
                  or abend. An error is issued instead.
                     (file BindRelExpr.cpp)
    
    Bug: Hive inserts with mismatched tgt/src datatypes would sometimes do not
         insert or insert incorrect values.
                     (file GenFastTransport.cpp)
    
    Bug: an error indication is now returned if buildEncodeTree method is
        called to encode a "NULL" value for a non-null column.
                      (file EncodedKeyValue.cpp)
    
    hive/TEST007 now does initialize auth and register user

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anoopsharma00/incubator-trafodion 
ansharma_trafr22_br

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1069.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1069
    
----
commit a7148eb1e79e181c0a8ab4d9bfd60bf457d1dd6c
Author: Anoop Sharma <[email protected]>
Date:   2017-04-19T23:35:39Z

    JIRA 2485,2540,2582,2591, plus other bug fixes
    
    [TRAFODION-2485]   Add support for REVERSE function
         (OperTypeEnum.h, exp/*, sqlparser.y,
          BindItemExpr.cpp, ItemExpr.cpp, SynthType.cpp,
          GenItemFunc.cpp)
    
    [TRAFODION-2540]   Alter Drop column on table with identity
                     "generated always" fails
                     (file CmpSeabaseDDLtable.cpp)
    
    [TRAFODION-2582]   "timestamp - timestamp" returns "days" instead of 
"seconds"
                     (file: BindItemExpr.cpp)
    
    [TRAFODION-2591]   Create index on added column returns incorrect results.
                     (file generator/GenRelScan.cpp)
    
    Bug: Invalid "set transaction" stmt syntax no longer causes assertion 
failure
                  or abend. An error is issued instead.
                     (file BindRelExpr.cpp)
    
    Bug: Hive inserts with mismatched tgt/src datatypes would sometimes do not
         insert or insert incorrect values.
                     (file GenFastTransport.cpp)
    
    Bug: an error indication is now returned if buildEncodeTree method is
        called to encode a "NULL" value for a non-null column.
                      (file EncodedKeyValue.cpp)
    
    hive/TEST007 now does initialize auth and register user

----


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