Wenhai created ASTERIXDB-1566:
---------------------------------
Summary: UTF8 got wrong when processing chinese char and beyond
Key: ASTERIXDB-1566
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1566
Project: Apache AsterixDB
Issue Type: Bug
Components: AsterixDB
Environment: MAC and Linux
Reporter: Wenhai
Priority: Critical
If we give chinese characters with the same first byte yet the different rest
parts, asterixdb cann't differentiate it. For example, the query
{noformat}
"的"="离"
{noformat}
should return "false" due to the different code "的" of “的” and "离"
of "离".
The returned value is
{noformat}
true
{noformat}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)