gjacoby126 commented on a change in pull request #629: PHOENIX-5559 Fix 
remaining issues with Long viewIndexIds.
URL: https://github.com/apache/phoenix/pull/629#discussion_r345478338
 
 

 ##########
 File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java
 ##########
 @@ -161,7 +161,7 @@ private void assertQueryUsesIndex(final String 
baseTableName, final String viewN
         ResultSet rs = conn.prepareStatement("EXPLAIN " + sql).executeQuery();
         String childViewScanKey = isChildView ? ",'Y'" : "";
         assertEquals(
-            "CLIENT PARALLEL 1-WAY SKIP SCAN ON 3 KEYS OVER _IDX_" + 
baseTableName + " [-9223372036854775808,'1'" + childViewScanKey + "] - 
[-9223372036854775808,'3'" + childViewScanKey + "]\n" +
+            "CLIENT PARALLEL 1-WAY SKIP SCAN ON 3 KEYS OVER _IDX_" + 
baseTableName + " [-32768,'1'" + childViewScanKey + "] - [-32768,'3'" + 
childViewScanKey + "]\n" +
 
 Review comment:
   ditto putting this in terms of Short.MIN_VALUE

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

Reply via email to