[
https://issues.apache.org/jira/browse/PHOENIX-7187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810079#comment-17810079
]
ASF GitHub Bot commented on PHOENIX-7187:
-----------------------------------------
tkhurana commented on code in PR #1803:
URL: https://github.com/apache/phoenix/pull/1803#discussion_r1463875573
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PartialIndexIT.java:
##########
@@ -764,4 +764,47 @@ public void testPartialIndexPreferredOverFullIndex()
throws Exception {
assertFalse(rs.next());
}
}
+
Review Comment:
My recommendation would be to modify some of the existing tests in this
class and add this additional check there rather than creating a new test.
> Improvement of Integration test case with Explain Plan for Partial Index
> ------------------------------------------------------------------------
>
> Key: PHOENIX-7187
> URL: https://issues.apache.org/jira/browse/PHOENIX-7187
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Nikita Pande
> Assignee: Nikita Pande
> Priority: Major
>
> Currently in partialIndexIT.java, currently the schema name and table name of
> the index table in the PhoenixResultSet context match the expected schema
> name and table name is validated.
> There is no test case available for the Explain Plan.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)