SteNicholas commented on a change in pull request #13017:
URL: https://github.com/apache/flink/pull/13017#discussion_r466197528



##########
File path: 
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/cli/SqlCommandParserTest.java
##########
@@ -299,6 +299,21 @@ public void testCommands() throws Exception {
                }
        }
 
+       @Test
+       public void testHiveCommands() throws Exception {
+               SqlParserHelper helper = new SqlParserHelper(SqlDialect.HIVE);
+               parser = helper.getSqlParser();
+               List<TestItem> testItems = Arrays.asList(
+                       // show partitions
+                       TestItem.invalidSql("SHOW PARTITIONS ", 
SqlExecutionException.class, "Encountered \"<EOF>\""),

Review comment:
       @lirui-apache I would like to remove this case. Previously I use this 
test case to verfiy `SHOW PARTITIONS` without table name.




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


Reply via email to