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