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

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


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

commit d4a50393751c375bddfbc08b6987c175133d259b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 14:04:55 2025 +0800

    branch-2.1: [chore](dep)bump up parquet to 1.15.2 #51372 (#51602)
    
    Cherry-picked from #51372
    
    Co-authored-by: Calvin Kirs <guoqi...@selectdb.com>
---
 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 6112ec15068..382252d8b62 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 654704a94ea..7f6dc8b6210 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 6e3ce454fd0..e57cc445cad 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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to