This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new e1da06fa70 [MINOR] Typo fix for kryo in flink-bundle (#6639)
e1da06fa70 is described below
commit e1da06fa7024b9fa84811ec030b8f5f06ce52b06
Author: Xingcan Cui <[email protected]>
AuthorDate: Thu Sep 8 21:25:31 2022 -0400
[MINOR] Typo fix for kryo in flink-bundle (#6639)
---
packaging/hudi-flink-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml
b/packaging/hudi-flink-bundle/pom.xml
index 8ccf92c77b..de0478ff06 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -130,7 +130,7 @@
<include>javax.servlet:javax.servlet-api</include>
<!-- Used for HUDI write handle -->
- <inclide>com.esotericsoftware:kryo-shaded</inclide>
+ <include>com.esotericsoftware:kryo-shaded</include>
<include>org.apache.flink:${flink.hadoop.compatibility.artifactId}</include>
<include>org.apache.flink:flink-json</include>