You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2016/07/28 21:13:21 UTC

[jira] [Closed] (ASTERIXDB-1531) Order by bug for composite order keys and nested fields

     [ https://issues.apache.org/jira/browse/ASTERIXDB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yingyi Bu closed ASTERIXDB-1531.
--------------------------------
    Resolution: Fixed

Fixed with a regression test.

> Order by bug for composite order keys and nested fields
> -------------------------------------------------------
>
>                 Key: ASTERIXDB-1531
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1531
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Translator - AQL
>         Environment: 101-like demo (modified TinySocial) on current/latest binary bits for Mac
>            Reporter: Michael J. Carey
>            Assignee: Yingyi Bu
>            Priority: Critical
>         Attachments: tinysocialnew.zip
>
>
> use dataverse TinySocial;  // okay, a name-modified version thereof
> from $cm in dataset ChirpMessages
> order by $cm.user.screen-name, $cm.chirpid
> select $cm;
> ---> This just orders by chirpid.  (You can repro by doing the same thing with the current TinySocial data using the non-renamed stuff - so I won't attach all the repro stuff here unless you want me too, in which case I can.)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)