This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-0.14.1-spark35-scala213
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit ca1c4005a39bc76915347067394d9ae4ecfc1001
Author: Y Ethan Guo <[email protected]>
AuthorDate: Tue Apr 30 18:35:02 2024 -0700

    [HUDI-7694] Unify bijection-avro dependency version (#11132)
---
 hudi-examples/hudi-examples-flink/pom.xml | 2 +-
 hudi-utilities/pom.xml                    | 2 +-
 packaging/hudi-integ-test-bundle/pom.xml  | 2 +-
 pom.xml                                   | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/hudi-examples/hudi-examples-flink/pom.xml 
b/hudi-examples/hudi-examples-flink/pom.xml
index 8e0f49b4220..576b54ab790 100644
--- a/hudi-examples/hudi-examples-flink/pom.xml
+++ b/hudi-examples/hudi-examples-flink/pom.xml
@@ -229,7 +229,7 @@
         <dependency>
             <groupId>com.twitter</groupId>
             <artifactId>bijection-avro_${scala.binary.version}</artifactId>
-            <version>0.9.7</version>
+            <version>${bijection-avro.version}</version>
         </dependency>
         <dependency>
             <groupId>joda-time</groupId>
diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml
index a8c0c6f24fe..c83728984f6 100644
--- a/hudi-utilities/pom.xml
+++ b/hudi-utilities/pom.xml
@@ -337,7 +337,7 @@
     <dependency>
       <groupId>com.twitter</groupId>
       <artifactId>bijection-avro_${scala.binary.version}</artifactId>
-      <version>0.9.7</version>
+      <version>${bijection-avro.version}</version>
     </dependency>
 
     <!-- Kafka -->
diff --git a/packaging/hudi-integ-test-bundle/pom.xml 
b/packaging/hudi-integ-test-bundle/pom.xml
index 3a69519b8f2..7131fff11d0 100644
--- a/packaging/hudi-integ-test-bundle/pom.xml
+++ b/packaging/hudi-integ-test-bundle/pom.xml
@@ -612,7 +612,7 @@
     <dependency>
       <groupId>com.twitter</groupId>
       <artifactId>bijection-avro_${scala.binary.version}</artifactId>
-      <version>0.9.3</version>
+      <version>${bijection-avro.version}</version>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index e41c9e5d43a..63783649f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,7 @@
     
<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>
     <avro.version>1.8.2</avro.version>
+    <bijection-avro.version>0.9.7</bijection-avro.version>
     <caffeine.version>2.9.1</caffeine.version>
     <commons.io.version>2.11.0</commons.io.version>
     <scala11.version>2.11.12</scala11.version>

Reply via email to