[
https://issues.apache.org/jira/browse/ASTERIXDB-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502561#comment-16502561
]
ASF subversion and git services commented on ASTERIXDB-2391:
------------------------------------------------------------
Commit 67ddce5041df3c0fea3922f4d1775435d9304eea in asterixdb-bad's branch
refs/heads/master from Steven Glenn Jacobs
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb-bad.git;h=67ddce5 ]
Coordinated change for ASTERIXDB-2391
Change-Id: Ibfd9513efdb1c03168a8248f4ad62bc306566193
> IntroduceDynamicTypeCastRule doesn't propagate through insert
> -------------------------------------------------------------
>
> Key: ASTERIXDB-2391
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2391
> Project: Apache AsterixDB
> Issue Type: Improvement
> Reporter: Steven Jacobs
> Assignee: Steven Jacobs
> Priority: Major
>
> This makes it so returning clauses refer to non-existent variables. Can be
> reproduced buy the following:
>
> drop dataverse channels if exists;
> create dataverse channels;
> use channels;
> create type sub as
> { subscriptionId: uuid }
> ;
> create dataset subscriptions(sub) primary key subscriptionId;
> upsert into subscriptions as record(
> [\{"subscriptionId":create_uuid()}]
> ) returning record.subscriptionId;
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)