palashc commented on code in PR #1859:
URL: https://github.com/apache/phoenix/pull/1859#discussion_r1563256224


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java:
##########
@@ -1173,10 +1174,10 @@ private void 
helpTestQueryForViewOnTableThatHasIndex(Statement s1,
         s1.execute("create index " + indexName + " ON " + tableName
                 + " (col2)");
 
-        try (ResultSet rs = s2.executeQuery("explain select /*+ INDEX("
+        try (ResultSet rs = s2.executeQuery("select /*+ INDEX("

Review Comment:
   will look into this



-- 
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]

Reply via email to