blob: aa0d13b20ab04a4d1c99f393273af78da343a8c0 [file] [log] [blame]
buyingyice18ebf2012-11-29 00:02:48 +00001/*
2 * Description : This test case is to verify the fix for issue166
3 : https://code.google.com/p/asterixdb/issues/detail?id=166
4 * Expected Res : Success
5 * Date : 26th November 2012
6 */
7
buyingyi44824702012-11-27 05:26:43 +00008write output to nc1:"rttest/open-closed_query-issue166.adm";
9
10let $a := [[1,2,3],[4,5,6,7]]
11return $a[1]