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

@@ -37,6 +37,7 @@
<module>service-yarn-query</module>
<module>service-zookeeper-query</module>
<module>utils/sync</module>
<module>utils/patch</module>
</modules>
<properties>
@@ -124,6 +125,11 @@
<artifactId>executor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>patch</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>sync</artifactId>