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

[GitHub] trafodion pull request #1438: [TRAFODION-2951] group_concat on utf8 column w...

GitHub user traflm opened a pull request:

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

    [TRAFODION-2951] group_concat on utf8 column with chinese character get messy code

    the pivot synthesize type function not consider the charset of output.
    Add code to copy the charset from child.

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

    $ git pull https://github.com/traflm/trafodion TRAFODION-2951

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

    https://github.com/apache/trafodion/pull/1438.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 #1438
    
----
commit c7039b920846ba084f8404ba48ea5c8ab2dd3dc5
Author: Liu Ming <ov...@...>
Date:   2018-02-03T10:09:27Z

    [TRAFODION-2951] group_concat on utf8 column with chinese character get messy code

commit 3c963796066d13a2a55bb6a8fe903d82b5ea49da
Author: Liu Ming <ov...@...>
Date:   2018-02-03T11:12:02Z

    add regression test

----


---

[GitHub] trafodion pull request #1438: [TRAFODION-2951] group_concat on utf8 column w...

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

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


---