You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/19 23:37:04 UTC

[jira] [Commented] (TRAFODION-2485) function support: Reverse()

    [ https://issues.apache.org/jira/browse/TRAFODION-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975749#comment-15975749 ] 

ASF GitHub Bot commented on TRAFODION-2485:
-------------------------------------------

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 <an...@esgyn.com>
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

----


> function support: Reverse()
> ---------------------------
>
>                 Key: TRAFODION-2485
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2485
>             Project: Apache Trafodion
>          Issue Type: Sub-task
>            Reporter: Qilin Chen
>            Assignee: Anoop Sharma
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> add build-in function:
> REVERSE()



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)