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


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCBaseIT.java:
##########
@@ -438,7 +445,6 @@ protected List<ChangeRow> generateChanges(long startTS, 
String[] tenantids, Stri
                         }})
                 ));
                 committer.commit(conn);
-

Review Comment:
   nit: vertical spacing was meant to provide visual cue of the grouping for 
txn.



##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/CDCBaseIT.java:
##########
@@ -511,7 +517,6 @@ protected List<ChangeRow> generateChanges(long startTS, 
String[] tenantids, Stri
                         }})
                 ));
                 committer.commit(conn);
-

Review Comment:
   nit: vertical spacing was meant to provide visual cue of the grouping for 
txn.



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