palashc commented on code in PR #1859:
URL: https://github.com/apache/phoenix/pull/1859#discussion_r1561768305
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewIT.java:
##########
@@ -660,6 +661,14 @@ public void testCreateChildViewWithBaseTableIndex(boolean
localIndex)
fail();
} catch (Exception ignore) {
}
+
+ PTable view = PhoenixRuntime.getTable(conn, fullViewName);
Review Comment:
I can not seem to remember why I added these lines, those PTable variables
are not even accessed later. I will remove this change.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]