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 4155cc9220096fcc707560d078a4750e4e8dc078 Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:25:59 2023 +0100 [hotfix][csv][test] fix typo --- flink-formats/flink-csv/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-csv/pom.xml b/flink-formats/flink-csv/pom.xml index 1a824c287a5..c912d865d73 100644 --- a/flink-formats/flink-csv/pom.xml +++ b/flink-formats/flink-csv/pom.xml @@ -109,7 +109,7 @@ under the License. <scope>test</scope> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
