commit | 68b25e191c81d7a4b46e2ca9228b443bd217efaf | [log] [tgz] |
---|---|---|
author | vinayakb <vinayakb@eaa15691-b419-025a-1212-ee371bd00084> | Sat Apr 06 21:21:29 2013 +0000 |
committer | vinayakb <vinayakb@eaa15691-b419-025a-1212-ee371bd00084> | Sat Apr 06 21:21:29 2013 +0000 |
tree | fafeb388933f77b73dcbac0f7f2a81bc2f290edd | |
parent | 4b44580b0ce81a3c933b5320a1481b3e9511a3df [diff] [blame] |
Merged asterix_lsm_stabilization upto r1547 git-svn-id: https://asterixdb.googlecode.com/svn/trunk@1622 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql b/asterix/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql index f4d8ae0..751179f 100644 --- a/asterix/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql +++ b/asterix/asterix-app/src/test/resources/demo0216/03-load-dblp-small.aql
@@ -12,7 +12,7 @@ rainbow-04, rainbow-05; declare dataset DBLPSmall(DBLPType) - partitioned by key id on group1; + primary key id on group1; load dataset DBLPSmall using "edu.uci.ics.asterix.external.dataset.adapter.NCFileSystemAdapter"