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 <jupiter3019@...>
Date: 2018-02-01T02:00:24Z
fix TRAFODION-2931 call udf function on chinese character will casuse core
dump
----
---