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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 547bfed4a42 branch-3.0: [chore](dep)bump up parquet to 1.15.2 #51372 
(#51601)
547bfed4a42 is described below

commit 547bfed4a42fd4e290a8c82a529dfc84bf0485b2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 27 17:38:40 2025 +0800

    branch-3.0: [chore](dep)bump up parquet to 1.15.2 #51372 (#51601)
    
    Cherry-picked from #51372
    
    Co-authored-by: Calvin Kirs <[email protected]>
---
 fe/fe-common/pom.xml |  4 ++++
 fe/pom.xml           |  2 +-
 fe/spark-dpp/pom.xml | 12 ------------
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/fe/fe-common/pom.xml b/fe/fe-common/pom.xml
index 8203b482410..042f3c103c7 100644
--- a/fe/fe-common/pom.xml
+++ b/fe/fe-common/pom.xml
@@ -51,6 +51,10 @@ under the License.
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
         <!-- https://mvnrepository.com/artifact/org.apache.thrift/libthrift -->
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/fe/pom.xml b/fe/pom.xml
index 8343d5d138c..215d887370c 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -224,7 +224,7 @@ under the License.
     <properties>
         
<doris.hive.catalog.shade.version>2.1.4</doris.hive.catalog.shade.version>
         <avro.version>1.11.4</avro.version>
-        <parquet.version>1.13.1</parquet.version>
+        <parquet.version>1.15.2</parquet.version>
         <spark.version>3.4.3</spark.version>
         <hudi.version>0.15.0</hudi.version>
         <obs.dependency.scope>compile</obs.dependency.scope>
diff --git a/fe/spark-dpp/pom.xml b/fe/spark-dpp/pom.xml
index df9549646f4..f59b4b7e55d 100644
--- a/fe/spark-dpp/pom.xml
+++ b/fe/spark-dpp/pom.xml
@@ -74,18 +74,6 @@ under the License.
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.parquet</groupId>
-            <artifactId>parquet-column</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.parquet</groupId>
-            <artifactId>parquet-hadoop</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.parquet</groupId>
-            <artifactId>parquet-common</artifactId>
-        </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to