comnetwork commented on a change in pull request #719: PHOENIX-5753
URL: https://github.com/apache/phoenix/pull/719#discussion_r386225075
##########
File path:
phoenix-core/src/test/java/org/apache/phoenix/compile/WhereCompilerTest.java
##########
@@ -1026,61 +1026,4 @@ public void
testScanCaching_CustomFetchSizeOnStatement() throws SQLException {
assertEquals(FETCH_SIZE, pstmt.getFetchSize());
assertEquals(FETCH_SIZE, scan.getCaching());
}
-
Review comment:
This test is moved to
WhereOptimizerTest.testLastPkColumnIsVariableLengthAndDescBug5307
----------------------------------------------------------------
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