This is an automated email from the ASF dual-hosted git repository. jingge pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 14ff7918fdb1801b87f55ecbcce8696487a092ec Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:25:46 2023 +0100 [hotfix][compress][test] fix typo --- flink-formats/flink-compress/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-compress/pom.xml b/flink-formats/flink-compress/pom.xml index 29742559902..591aa9b5c9f 100644 --- a/flink-formats/flink-compress/pom.xml +++ b/flink-formats/flink-compress/pom.xml @@ -91,7 +91,7 @@ under the License. <type>test-jar</type> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
