BinShi-SecularBird commented on a change in pull request #494: PHOENIX-5262
Wrong Result on Salted table with Varbinary PK
URL: https://github.com/apache/phoenix/pull/494#discussion_r279424655
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/salted/SaltedTableVarLengthRowKeyIT.java
##########
@@ -87,4 +89,36 @@ public void testSelectValueWithPointKeyQuery() throws
Exception {
conn.close();
}
}
+
+ @Test
+ public void testSaltedVarbinaryUpperBoundQuery() throws Exception {
Review comment:
@dbwong, as I commented in Jira, The description for this bug isn't
accurate. This is a bug generally for Salted Table regardless of PK. If the PK
is "k INTEGER PRIMARY KEY", we actually have the same issue. Could you please
add unit test for "k INTEGER PRIMARY KEY" too?
----------------------------------------------------------------
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