[
https://issues.apache.org/jira/browse/TAJO-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242495#comment-15242495
]
Hudson commented on TAJO-2119:
------------------------------
SUCCESS: Integrated in Tajo-master-build #1121 (See
[https://builds.apache.org/job/Tajo-master-build/1121/])
TAJO-2119: Invalid sort result when sort key columns contain non-ascii
(jihoonson: rev 45100ced2c44e92eed1c24bc58a118e74f58d277)
* CHANGES
*
tajo-common/src/test/java/org/apache/tajo/tuple/memory/TestUnSafeTupleBytesComparator.java
*
tajo-common/src/main/java/org/apache/tajo/tuple/memory/UnSafeTupleBytesComparator.java
> Invalid sort result when sort key columns contain non-ascii values
> ------------------------------------------------------------------
>
> Key: TAJO-2119
> URL: https://issues.apache.org/jira/browse/TAJO-2119
> Project: Tajo
> Issue Type: Bug
> Components: Sort algorithm
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.12.0
>
>
> See the title. You can reproduce like below.
> {noformat}
> tpcds> select c_birth_country from customer order by c_birth_country;
> ...
> CAYMAN ISLANDS
> CAYMAN ISLANDS
> CAYMAN ISLANDS
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CÔTE D'IVOIRE
> CANADA
> CANADA
> CANADA
> CANADA
> CANADA
> CANADA
> CANADA
> CAPE VERDE
> CAPE VERDE
> CAPE VERDE
> CAYMAN ISLANDS
> CAYMAN ISLANDS
> CAYMAN ISLANDS
> CÔTE D'IVOIRE
> CANADA
> CANADA
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)