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

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


The following commit(s) were added to refs/heads/main by this push:
     new 25b41208 Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1
25b41208 is described below

commit 25b41208966587f63f81f10117c163fc50fd2c31
Author: Vinish Reddy <vin...@apache.org>
AuthorDate: Mon Apr 7 21:05:30 2025 -0700

    Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1
---
 pom.xml                                                 | 17 ++++++++++++++++-
 .../apache/xtable/delta/ITDeltaConversionSource.java    |  4 ++--
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a3ed564..39b8394b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
         <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
         <mockito.version>5.15.2</mockito.version>
-        <parquet.version>1.12.3</parquet.version>
+        <parquet.version>1.15.1</parquet.version>
         <protobuf.version>3.25.5</protobuf.version>
         <scala12.version>2.12.20</scala12.version>
         <scala13.version>2.13.15</scala13.version>
@@ -154,6 +154,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/src/test/java/org/apache/xtable/delta/ITDeltaConversionSource.java
 
b/xtable-core/src/test/java/org/apache/xtable/delta/ITDeltaConversionSource.java
index 4afb6bdb..b29c7261 100644
--- 
a/xtable-core/src/test/java/org/apache/xtable/delta/ITDeltaConversionSource.java
+++ 
b/xtable-core/src/test/java/org/apache/xtable/delta/ITDeltaConversionSource.java
@@ -200,7 +200,7 @@ public class ITDeltaConversionSource {
                         .physicalPath("file:/fake/path")
                         .fileFormat(FileFormat.APACHE_PARQUET)
                         .partitionValues(Collections.emptyList())
-                        .fileSizeBytes(684)
+                        .fileSizeBytes(716)
                         .recordCount(1)
                         .columnStats(columnStats)
                         .build()))
@@ -322,7 +322,7 @@ public class ITDeltaConversionSource {
                         .physicalPath("file:/fake/path")
                         .fileFormat(FileFormat.APACHE_PARQUET)
                         .partitionValues(partitionValue)
-                        .fileSizeBytes(684)
+                        .fileSizeBytes(716)
                         .recordCount(1)
                         .columnStats(columnStats)
                         .build()))

Reply via email to