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

             Summary: Odd behavior for schemaless SELECT a.*, b.* SQL++ queries
                 Key: ASTERIXDB-3017
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3017
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: SQL - Translator SQL++
    Affects Versions: 0.9.7
            Reporter: Michael J. Carey
            Assignee: Dmitry Lychagin
             Fix For: 0.9.7
         Attachments: doncdata-noschema.txt

SELECT c.*, o.*
FROM customers c, orders o
WHERE c.custid = o.custid

yields a very odd error message:

ERROR: Code: 1 "type mismatch: missing a required closed field _id: uuid"

Here is the setup for the dataverse:

[^doncdata-noschema.txt]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to