Github user xcangCRM commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/362#discussion_r225635175
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryMoreIT.java ---
@@ -511,4 +513,122 @@ private void upsertRows(PhoenixConnection conn,
String fullTableName) throws SQL
stmt.execute();
}
}
+
+ @Test public void testRVCWithDescAndAscendingPK() throws Exception {
--- End diff --
nit:annotation should be in separate line.---
