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

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

Michael J. Carey created ASTERIXDB-1531:
-------------------------------------------

             Summary: 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


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)