commit | 2a0d817ed94d393fadffc8800ad9a3af1aca9fc2 | [log] [tgz] |
---|---|---|
author | salsubaiee@gmail.com <salsubaiee@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Sun Nov 11 22:31:52 2012 +0000 |
committer | salsubaiee@gmail.com <salsubaiee@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Sun Nov 11 22:31:52 2012 +0000 |
tree | 5e315d0904ee43570c2db0e168c00294b8cfbb92 | |
parent | 2471039b89affeb8102b86a0c327f226ae99b19d [diff] [blame] |
Fixed issue 214 (allowing r-trees to be created for rectangle data type). Added test cases for all other spatial data types. git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@873 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/queries/dml/scan-delete-rtree-secondary-index.aql b/asterix-app/src/test/resources/runtimets/queries/dml/scan-delete-rtree-secondary-index.aql index 6201ca2..4e2ca6c 100644 --- a/asterix-app/src/test/resources/runtimets/queries/dml/scan-delete-rtree-secondary-index.aql +++ b/asterix-app/src/test/resources/runtimets/queries/dml/scan-delete-rtree-secondary-index.aql
@@ -10,7 +10,8 @@ line2: line, poly1: polygon, poly2: polygon, - rec: rectangle + rec: rectangle, + circle: circle } create dataset MyData(MyRecord)