commit | c70c06adfc1c97259a0ed1a7073abc81788dbe96 | [log] [tgz] |
---|---|---|
author | Ildar Absalyamov <ildar.absalyamov@gmail.com> | Tue Nov 11 16:37:04 2014 -0800 |
committer | Ian Maxon <imaxon@uci.edu> | Tue Jan 20 10:11:24 2015 -0800 |
tree | 6e6002f857ed5612eabcf2b9202b6a9a2531f776 | |
parent | a9a0202712b825eb5dc5824eb81e2a6869141ff9 [diff] [blame] |
Fix for issue 813 - enabling prefix btree search with non-matching predicates Change-Id: I59eb43afa7dbcabd7f43269566d75c9361c55386 Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/171 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: abdullah alamoudi <bamousaa@gmail.com>
diff --git a/asterix-app/src/test/resources/optimizerts/queries/btree-index/btree-primary-14.aql b/asterix-app/src/test/resources/optimizerts/queries/btree-index/btree-primary-14.aql index e93061f..fc4964e 100644 --- a/asterix-app/src/test/resources/optimizerts/queries/btree-index/btree-primary-14.aql +++ b/asterix-app/src/test/resources/optimizerts/queries/btree-index/btree-primary-14.aql
@@ -1,6 +1,6 @@ /* * Description : BTree Index verification test - * : This test is intended to verify that the primary BTree index is NOT used + * : This test is intended to verify that the primary BTree index is used * : in the optimized query plan. * Expected Result : Success * Date : 13th Aug 2012