[ 
https://issues.apache.org/jira/browse/ASTERIXDB-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140042#comment-15140042
 ] 

ASF subversion and git services commented on ASTERIXDB-1291:
------------------------------------------------------------

Commit 6084e3b210f1be225ced7229c2da909c5db0be21 in incubator-asterixdb's branch 
refs/heads/master from [~buyingyi]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=6084e3b ]

Fix for ASTERIXDB-1291: added regression tests.

Change-Id: I1c8bbaf2522d421dff9a22af28c160f406dd2888
Reviewed-on: https://asterix-gerrit.ics.uci.edu/623
Tested-by: Jenkins <[email protected]>
Reviewed-by: Wenhai Li <[email protected]>
Reviewed-by: Taewoo Kim <[email protected]>


> LogicalOperatorDeepCopyWithNewVariablesVisitor needs to deals with 
> NestedTupleSource properly
> ---------------------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1291
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1291
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Yingyi Bu
>            Assignee: Yingyi Bu
>
> DeepCopyWithVariableMappingVisitor needs to deals with NestedTupleSource 
> properly, according to whether the datasource reference operator is part of 
> the deep copy:
> case 1: it is not, then in the copy of NTS, the data source reference should 
> point to the original data source reference;
> case 2: it is, then in the copy of NTS, the data source reference should 
> point to the copied instance of the original data source reference.
> In the current master, we only deal with case 1 but not case 2.



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

Reply via email to