abdullah alamoudi has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/2092
Change subject: [NO ISSUE][STO] Enable extension of
LSMBTreeIOOperationCallback.afterOperation
......................................................................
[NO ISSUE][STO] Enable extension of LSMBTreeIOOperationCallback.afterOperation
- user model changes: no
- storage format changes: no
- interface changes: no
Change-Id: I57f1d60b47ba3fb6748c84ef4b24866943a3e57d
---
M
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/92/2092/1
diff --git
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
index ba0f928..3138986 100644
---
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
+++
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java
@@ -181,7 +181,7 @@
}
@Override
- public final void afterOperation(LSMOperationType opType,
List<ILSMComponent> oldComponents,
+ public void afterOperation(LSMOperationType opType, List<ILSMComponent>
oldComponents,
ILSMDiskComponent newComponent) throws HyracksDataException {
//TODO: Copying Filters and all content of the metadata pages for
flush operation should be done here
if (newComponent != null) {
--
To view, visit https://asterix-gerrit.ics.uci.edu/2092
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I57f1d60b47ba3fb6748c84ef4b24866943a3e57d
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: abdullah alamoudi <[email protected]>