[ASTERIXDB-2536][COMP] Do not push Select through RunningAggregate
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Make OperatorPropertiesUtil.isMovable() return false
for RunningAggregate operators, so Select operators
are not pushed through them
Change-Id: Iae9e69d2a15664360ae8f05fd09eba1a38e346c7
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3305
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
index 3ab1ff9..0031b9f 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
@@ -60,6 +60,11 @@
</compilation-unit>
</test-case>
<test-case FilePath="flwor">
+ <compilation-unit name="at07">
+ <output-dir compare="Text">at07</output-dir>
+ </compilation-unit>
+ </test-case>
+ <test-case FilePath="flwor">
<compilation-unit name="order-by-13">
<output-dir compare="Text">order-by-13</output-dir>
</compilation-unit>