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

danny0405 pushed a commit to branch release-0.14.2
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit a445e41d8bf28c87349d11e3f60f1566242d99cb
Author: danny0405 <[email protected]>
AuthorDate: Tue Jun 2 15:09:42 2026 +0800

    fix the compile/deploy issue
---
 .../src/main/scala/org/apache/spark/sql/adapter/Spark3_5Adapter.scala   | 0
 pom.xml                                                                 | 2 ++
 2 files changed, 2 insertions(+)

diff --git 
a/hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_5Adapter.scala
 
b/hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_5Adapter.scala
deleted file mode 100644
index e69de29bb2d1..000000000000
diff --git a/pom.xml b/pom.xml
index c43e744c0ce6..05d8547d880e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2478,7 +2478,9 @@
         <slf4j.version>2.0.6</slf4j.version>
         <skip.hudi-spark2.unit.tests>true</skip.hudi-spark2.unit.tests>
         <skipITs>true</skipITs>
+        <spark33orEarlier>false</spark33orEarlier>
         <spark32orEarlier>false</spark32orEarlier>
+        <spark31orEarlier>false</spark31orEarlier>
       </properties>
       <modules>
         <module>hudi-spark-datasource/hudi-spark3.4.x</module>

Reply via email to