commit | a6a2484b3c4f3b391d56d3be896b0819b39f769b | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@gmail.com> | Sat Jun 22 08:59:07 2013 -0700 |
committer | salsubaiee <salsubaiee@gmail.com> | Sat Jun 22 08:59:07 2013 -0700 |
tree | 6a8d5c2a1a225595c16268cd973d6034fe7d261f | |
parent | 21d8315ea2c6cb798a98cfa48e366e3a6cad6b08 [diff] |
Changes to prevent loading a dataset more than once Secondary indexes will always bulkload the primary index when they are created and they can also bulkload again when we use a load statement. Removed test cases that does not make sense anymore which used to load a dataset more than once. Fixed couple of test cases that was loading a dataset twice by mistake.