abdullah alamoudi has submitted this change and it was merged. 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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2092 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- M asterixdb/asterix-common/src/main/java/org/apache/asterix/common/ioopcallbacks/AbstractLSMIOOperationCallback.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jenkins: Verified; No violations found; ; Verified Michael Blow: Looks good to me, approved Objections: Anon. E. Moose #1000171: 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: merged Gerrit-Change-Id: I57f1d60b47ba3fb6748c84ef4b24866943a3e57d Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]>
