virajjasani commented on code in PR #2215:
URL: https://github.com/apache/phoenix/pull/2215#discussion_r2193351789


##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/CDCCompactionUtil.java:
##########
@@ -130,7 +129,6 @@ private static Map<String, Object> 
createTTLDeleteCDCEvent(Put expiredRowPut, PT
             }
         }
         cdcEvent.put(QueryConstants.CDC_PRE_IMAGE, preImage);
-        cdcEvent.put(QueryConstants.CDC_POST_IMAGE, Collections.emptyMap());

Review Comment:
   We don't keep post-image if the event is DELETE, therefore same needs to 
apply to TTL_DELETE also



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to