commit | 7b7c0c9fb48f1f800b0a2eb5668716cbb428dfd0 | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@gmail.com> | Tue Jul 30 10:42:25 2013 -0700 |
committer | salsubaiee <salsubaiee@gmail.com> | Wed Aug 14 22:19:00 2013 -0700 |
tree | 3ff8e7607c12b07a18eee729130815c3b3b7ec88 | |
parent | f31491ad961a54c53fe7180183e7bfe07b13bffa [diff] |
Removed the lsm no-op operation.
diff --git a/asterix-common/src/main/java/edu/uci/ics/asterix/common/dataflow/AsterixLSMInsertDeleteOperatorNodePushable.java b/asterix-common/src/main/java/edu/uci/ics/asterix/common/dataflow/AsterixLSMInsertDeleteOperatorNodePushable.java index 129a1a7..bc19543 100644 --- a/asterix-common/src/main/java/edu/uci/ics/asterix/common/dataflow/AsterixLSMInsertDeleteOperatorNodePushable.java +++ b/asterix-common/src/main/java/edu/uci/ics/asterix/common/dataflow/AsterixLSMInsertDeleteOperatorNodePushable.java
@@ -47,7 +47,6 @@ if (tupleFilter != null) { frameTuple.reset(accessor, i); if (!tupleFilter.accept(frameTuple)) { - lsmAccessor.noOp(); continue; } }