zjffdu commented on a change in pull request #3842:
URL: https://github.com/apache/zeppelin/pull/3842#discussion_r451202987
##########
File path:
flink/interpreter/src/test/java/org/apache/zeppelin/flink/SqlInterpreterTest.java
##########
@@ -335,15 +336,15 @@ public void testView() throws InterpreterException,
IOException {
assertEquals(Type.TEXT, resultMessages.get(0).getType());
assertTrue(resultMessages.get(0).getData(),
resultMessages.get(0).getData().contains("already exists"));
- // show tables
+ // show view
Review comment:
it is show tables
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]