snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r978511255


##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java:
##########
@@ -1950,6 +1950,38 @@ void testCreateTableAsSelectWithPartitionKey() {
                                         "CREATE TABLE AS SELECT syntax does 
not support to create partitioned table yet."));
     }
 
+    /**
+     * Here we override the super method to avoid test error from `ARRAY_AGG` 
supported in original
+     * calcite.
+     */
+    @Disabled
+    @Test
+    void testArrayAgg() {}
+
+    /**
+     * Here we override the super method to avoid test error from `GROUP 
CONCAT` supported in
+     * original calcite.
+     */
+    @Disabled
+    @Test
+    void testGroupConcat() {}
+
+    /**
+     * Here we override the super method to avoid test error from `STRING_AGG` 
supported in original
+     * calcite.
+     */
+    @Disabled
+    @Test
+    void testStringAgg() {}
+
+    /**
+     * Here we override the super method to avoid test error from `EXPLAIN AS 
DOT` supported in
+     * original calcite.
+     */
+    @Disabled
+    @Test
+    void testExplainAsDot() {}

Review Comment:
   https://issues.apache.org/jira/browse/CALCITE-4260



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