[
https://issues.apache.org/jira/browse/PHOENIX-7187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810317#comment-17810317
]
ASF GitHub Bot commented on PHOENIX-7187:
-----------------------------------------
nikita15p commented on code in PR #1803:
URL: https://github.com/apache/phoenix/pull/1803#discussion_r1464228919
##########
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:
@tkhurana I have made the changed. please review
> 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)