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 2209aba5288e0a3c314aab062329763570a7915c Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:27:20 2023 +0100 [hotfix][parquet][test] fix typo --- flink-formats/flink-parquet/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-parquet/pom.xml b/flink-formats/flink-parquet/pom.xml index 0e51e77df5e..54f55e26ef9 100644 --- a/flink-formats/flink-parquet/pom.xml +++ b/flink-formats/flink-parquet/pom.xml @@ -225,7 +225,7 @@ under the License. <scope>test</scope> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
