Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.10
Description
select field0h0[0].field0h2[0][0],field0h0[1].field3h2[1],field0h0[1].field0h2[1][1] from dataset1 order by id limit 10;
SELECT COUNT(*) AS count FROM `data_collection` AS d WHERE (ANY e IN d.val1 SATISFIES x=1 END) OR (ANY e IN d.val1 SATISFIES x=2 END);
Both queries throw an exception at compile time
java.lang.IllegalStateException: Node ANY is not a child ... org.apache.asterix.optimizer.rules.pushdown.schema.ArrayExpectedSchemaNode.replaceChild(ArrayExpectedSchemaNode.java:53)