haridsv commented on code in PR #1964:
URL: https://github.com/apache/phoenix/pull/1964#discussion_r1771766789


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCBaseIT.java:
##########
@@ -428,8 +434,8 @@ protected List<ChangeRow> generateChanges(long startTS, 
String[] tenantids, Stri
                         }})
                 ));
                 committer.commit(conn);
-
-                changes.add(addChange(conn, tableName, new ChangeRow(tid, 
startTS += 100,
+                injectEdge.setValue(startTS += 100);

Review Comment:
   This is already getting called by addChange, any specific reason to do this 
from here? This will get overwritten by next addChange call anyway.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to