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 <ovis_poly@...>
Date: 2018-02-03T10:09:27Z
[TRAFODION-2951] group_concat on utf8 column with chinese character get
messy code
commit 3c963796066d13a2a55bb6a8fe903d82b5ea49da
Author: Liu Ming <ovis_poly@...>
Date: 2018-02-03T11:12:02Z
add regression test
----
---