chaijunjie0101 commented on code in PR #2079:
URL: https://github.com/apache/phoenix/pull/2079#discussion_r2000233368


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/ShowCreateTableIT.java:
##########
@@ -350,4 +350,24 @@ public void testShowCreateTableIndex() throws Exception {
         assertTrue("Expected: " + createIndex + "\nResult: " + rs.getString(1),
                 rs.getString(1).contains(createIndex));
     }
+
+    @Test
+    public void testShowCreateTableUsingSqlline() throws Exception {

Review Comment:
   renamed, it just happend when call getResultSet



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