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_r345478479
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
##########
@@ -427,7 +427,7 @@ public void testDropLocalIndexTable() throws Exception {
Connection conn1 = getConnection();
Connection conn2 = getConnection();
conn1.createStatement().execute("CREATE LOCAL INDEX " + indexName + "
ON " + tableName + "(v1)");
- verifySequenceValue(null, sequenceName,
sequenceSchemaName,-9223372036854775807L);
+ verifySequenceValue(null, sequenceName, sequenceSchemaName,-32767);
Review comment:
ditto
----------------------------------------------------------------
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