You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/15 05:24:25 UTC

[jira] [Commented] (TAJO-2119) Invalid sort result when sort key columns contain non-ascii values

    [ https://issues.apache.org/jira/browse/TAJO-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242364#comment-15242364 ] 

ASF GitHub Bot commented on TAJO-2119:
--------------------------------------

GitHub user jihoonson opened a pull request:

    https://github.com/apache/tajo/pull/998

    TAJO-2119: Invalid sort result when sort key columns contain non-ascii values

    

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

    $ git pull https://github.com/jihoonson/tajo-2 TAJO-2119

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

    https://github.com/apache/tajo/pull/998.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 #998
    
----
commit c714d920e60ecbb9bb2f2bf76c210d778c85efe1
Author: Jihoon Son <ji...@apache.org>
Date:   2016-04-15T03:22:36Z

    TAJO-2119

----


> 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)