commit | 947fc3cb209a6e7e37b435ea35f0d856f3c35dc7 | [log] [tgz] |
---|---|---|
author | Yingyi Bu <yingyi@couchbase.com> | Wed Jan 27 20:14:47 2016 -0800 |
committer | Yingyi Bu <buyingyi@gmail.com> | Wed Jan 27 20:42:09 2016 -0800 |
tree | bc94f091ce2f771a1843734b36a6585f0894f757 | |
parent | bf34d187dd0077b81c01126bbd4b83a15519a425 [diff] [blame] |
ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: 1. Inline NestedTupleSource and remove SubplanOperator for special cases that join operators inside the SubplanOperator can be re-targeted for correlations; 2. Blindly inline NestedTupleSource and remove SubplanOperator for general cases where the condition of the special case is not met. Change-Id: I4dd130a25f3c81272cc23f844ea20e376e990612 Reviewed-on: https://asterix-gerrit.ics.uci.edu/579 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/asterix-app/src/test/resources/optimizerts/queries/nested_loj3.aql b/asterix-app/src/test/resources/optimizerts/queries/nested_loj3.aql index b9494a0..2deac67 100644 --- a/asterix-app/src/test/resources/optimizerts/queries/nested_loj3.aql +++ b/asterix-app/src/test/resources/optimizerts/queries/nested_loj3.aql
@@ -107,4 +107,4 @@ return { "cust": $c, "orders": $orders -} +}