vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 1 | drop dataverse test if exists; |
| 2 | create dataverse test; |
| 3 | use dataverse test; |
| 4 | |
| 5 | write output to nc1:"rttest/subset-collection_04.adm"; |
| 6 | |
| 7 | for $l in [1] |
| 8 | return subset-collection([1, 2, 3, 4], 1, 2) |
| 9 | /* |
| 10 | edu.uci.ics.asterix.common.exceptions.AsterixException: Trying to create an aggregate from a scalar function descriptor. (fid=subset-collection@3) |
| 11 | at edu.uci.ics.asterix.algebra.expressions.FunctionCallExpression.createEvaluatorFactory(FunctionCallExpression.java:85) |
| 12 | */ |