You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by kakaxi3019 <gi...@git.apache.org> on 2018/02/01 02:04:40 UTC

[GitHub] trafodion pull request #1431: fix TRAFODION-2931 call udf function on chines...

GitHub user kakaxi3019 opened a pull request:

    https://github.com/apache/trafodion/pull/1431

    fix TRAFODION-2931 call udf function on chinese character will cause…

    select char_lentgh('中国人') from (values(1));
    
    will cause sqlci core dump.
    
    use ISO88591 will cause unicodeToChar failure and input will be null.

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

    $ git pull https://github.com/kakaxi3019/trafodion trafodion-2931

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

    https://github.com/apache/trafodion/pull/1431.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 #1431
    
----
commit f24da815b280f0bbf5c8db191ebb47fcb1baf9d9
Author: kakaxi3019 <ju...@...>
Date:   2018-02-01T02:00:24Z

    fix TRAFODION-2931 call udf function on chinese character will casuse core dump

----


---

[GitHub] trafodion pull request #1431: fix TRAFODION-2931 call udf function on chines...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1431


---