feat(patch): 增加一个patch包用来放hudi相关代码

latest_op_ts相关的内容,直接放在业务包里,spark无法使用,单独打在patch包里,可以方便其他人加到spark jar里
This commit is contained in:
v-zhangjc9
2024-05-20 17:51:30 +08:00
parent e8fe8c4680
commit 52b58426e4
6 changed files with 194 additions and 1 deletions

View File

@@ -20,6 +20,10 @@
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>service-common</artifactId>
</dependency>
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>patch</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-flink${flink.major.version}-bundle</artifactId>