This is an automated email from the ASF dual-hosted git repository.
yihua 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 fd876a8568 [HUDI-4892] Fix hudi-spark3-bundle (#6735)
fd876a8568 is described below
commit fd876a8568e089c66abf4abe4dfedf62b3f9f067
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri Sep 23 14:20:51 2022 -0700
[HUDI-4892] Fix hudi-spark3-bundle (#6735)
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aa3c4b8108..7b7f5fce8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2001,7 +2001,9 @@
<scala.version>${scala12.version}</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<hudi.spark.module>hudi-spark3.3.x</hudi.spark.module>
- <hudi.spark.common.module>hudi-spark3-common</hudi.spark.common.module>
+ <!-- This glob has to include hudi-spark3-common,
hudi-spark3.2plus-common -->
+
<hudi.spark.common.modules.1>hudi-spark3-common</hudi.spark.common.modules.1>
+
<hudi.spark.common.modules.2>hudi-spark3.2plus-common</hudi.spark.common.modules.2>
<scalatest.version>${scalatest.spark3.version}</scalatest.version>
<kafka.version>${kafka.spark3.version}</kafka.version>
<parquet.version>1.12.2</parquet.version>