Till Westmann has posted comments on this change.

Change subject: Add Default Dataverse and AnyObject Datatype
......................................................................


Patch Set 1:

I would have thought that

    create type New as { id: int32, val: AnyObject };
    select * from Metadata.Datatype;

should have worked in SQL++. Now I see that there could be an issue finding 
AnyObject in the "Default" dataverse, but that case 

    create type New as { id: int32, val: Metadata.AnyObject };
    select * from Metadata.Datatype;

should work. Or am I missing something?

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1174
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie02c74c8b005dce73888afd4dfe19ede2c60a8e8
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: abdullah alamoudi <bamou...@gmail.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-HasComments: No

Reply via email to