priyankporwal commented on a change in pull request #739: PHOENIX-5788 Handling 
deletes on non-existing rows
URL: https://github.com/apache/phoenix/pull/739#discussion_r396222295
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/IndexRegionObserver.java
 ##########
 @@ -517,6 +517,11 @@ private void 
applyPendingDeleteMutations(MiniBatchOperationInProgress<Mutation>
             }
             Put nextDataRowState = dataRowState.getSecond();
             if (nextDataRowState == null) {
+                if (dataRowState.getFirst() == null) {
 
 Review comment:
   @kadirozde Are the immutable table/indexes inherently doing these delete 
mutations on both data and index since they don't check for presence anyways?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to