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

vinish pushed a commit to branch hudi-upgrade-version
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/hudi-upgrade-version by this 
push:
     new bc6b611c Fix hudi source tests
bc6b611c is described below

commit bc6b611c43676e308f6691428e307b2f98a179af
Author: Vinish Reddy <[email protected]>
AuthorDate: Tue Dec 16 18:04:48 2025 -0800

    Fix hudi source tests
---
 pom.xml                                                   | 15 +++++++++++++++
 xtable-core/pom.xml                                       |  2 +-
 .../org/apache/xtable/hudi/ITHudiConversionTarget.java    |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee498b56..7ac815fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,21 @@
                 <artifactId>parquet-avro</artifactId>
                 <version>${parquet.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.parquet</groupId>
+                <artifactId>parquet-hadoop</artifactId>
+                <version>${parquet.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.parquet</groupId>
+                <artifactId>parquet-common</artifactId>
+                <version>${parquet.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.parquet</groupId>
+                <artifactId>parquet-column</artifactId>
+                <version>${parquet.version}</version>
+            </dependency>
 
             <!-- Logging -->
             <dependency>
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index d4d63cb7..b56bc476 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -25,7 +25,7 @@
         <version>0.2.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>xtable-core_2.12</artifactId>
+    <artifactId>xtable-core_${scala.binary.version}</artifactId>
     <name>XTable Project Core</name>
 
     <dependencies>
diff --git 
a/xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java 
b/xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java
index efc13b4d..8a6e5076 100644
--- 
a/xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java
+++ 
b/xtable-core/src/test/java/org/apache/xtable/hudi/ITHudiConversionTarget.java
@@ -760,7 +760,7 @@ public class ITHudiConversionTarget {
             .metadataRetention(Duration.of(4, ChronoUnit.HOURS))
             .additionalProperties(new TypedProperties())
             .build(),
-        (Configuration) CONFIGURATION.unwrapCopy(),
+      gi  (Configuration) CONFIGURATION.unwrapCopy(),
         3);
   }
 }

Reply via email to