yanxinyi commented on a change in pull request #742: Phoenix-5797 RVC Offset
does not work with tenant views on global indexes
URL: https://github.com/apache/phoenix/pull/742#discussion_r397544315
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowValueConstructorOffsetIT.java
##########
@@ -940,4 +941,70 @@ public void testOffsetExplain() throws SQLException {
assertTrue(explainStringBuilder.toString().contains("With RVC
Offset"));
}
}
+
+ @Test public void testGlobalIndexViewAccess() throws Exception {
+ String
+ ddl =
Review comment:
nit: weird line break
`String ddl =` should be a single line?
----------------------------------------------------------------
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