twalthr commented on code in PR #20850: URL: https://github.com/apache/flink/pull/20850#discussion_r991880868
########## flink-table/flink-sql-parser-hive/src/test/java/org/apache/flink/sql/parser/hive/FlinkHiveSqlParserImplTest.java: ########## @@ -46,6 +46,38 @@ void testTableHintsInInsert() {} @Test void testDescribeSchema() {} + /** + * Here we override the super method to avoid test error from `ARRAY_AGG` supported in original Review Comment: nit: simplify the comments to only an inline comment `// ARRAY_AGG` the explanation in the inline comment above should clarify the rest to avoid code duplication. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org