Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/133#discussion_r45678362
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/execute/PartialCommitIT.java ---
@@ -241,6 +260,12 @@ private void testPartialCommit(List<String>
statements, int failureCount, int[]
assertArrayEquals(expectedUncommittedStatementIndexes,
uncommittedStatementIndexes);
}
+ ResultSet rs1 = sta.executeQuery("select * from
A_SUCCESS_TABLE where k='checkThatAllStatementTypesMaintainOrderInConnection'
or k like 'z%'");
--- End diff --
Remove this loop as it's just printing something out?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---