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 acb4217e1b59f808a3f824a82b6a1551987a5c4b Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:27:34 2023 +0100 [hotfix][sequence-file][test] fix typo --- flink-formats/flink-sequence-file/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-sequence-file/pom.xml b/flink-formats/flink-sequence-file/pom.xml index 4b81d62afa0..aaa9a4b12fb 100644 --- a/flink-formats/flink-sequence-file/pom.xml +++ b/flink-formats/flink-sequence-file/pom.xml @@ -97,7 +97,7 @@ under the License. <scope>test</scope> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
