yunqingmoswu commented on code in PR #7203: URL: https://github.com/apache/inlong/pull/7203#discussion_r1065452765
########## inlong-sort/sort-core/src/test/java/org/apache/inlong/sort/parser/HbaseLoadFlinkSqlParseTest.java: ########## @@ -74,7 +74,7 @@ private HbaseLoadNode buildHbaseLoadNode() { Map<String, String> properties = new LinkedHashMap<>(); properties.put("dirty.side-output.connector", "log"); properties.put("dirty.ignore", "true"); - properties.put("dirty.side-output.enable", "true"); + properties.put("dirty.side-output.enable", "false"); Review Comment: This skips the ut of dirty data sink? -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org