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 d9c10d584b7ef8532804b849cfbd2b33beac8044 Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:25:09 2023 +0100 [hotfix][avro][test] fix typo --- flink-formats/flink-avro/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml index 3ca7b20a2e2..f4579d8538f 100644 --- a/flink-formats/flink-avro/pom.xml +++ b/flink-formats/flink-avro/pom.xml @@ -126,7 +126,7 @@ under the License. <type>test-jar</type> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
