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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new 7ebb40649e9 [bugfix](sparkdpp) exclude yarn api to prevent conflict 
(#30439)
7ebb40649e9 is described below

commit 7ebb40649e9ebde7ecf3427da0fcaba3fa1cbda0
Author: wuwenchi <wuwenchi...@hotmail.com>
AuthorDate: Mon Jan 29 10:18:30 2024 +0800

    [bugfix](sparkdpp) exclude yarn api to prevent conflict (#30439)
---
 fe/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 9a2c7f3347f..73745fd3303 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -279,6 +279,7 @@ under the License.
         <zookeeper.version>3.4.14</zookeeper.version>
         <ojdbc8.version>12.2.0.1</ojdbc8.version>
         <doris.shade.version>1.0.2-SNAPSHOT</doris.shade.version>
+        <doris.shade.hive-shade.version>1.0.3</doris.shade.hive-shade.version>
     </properties>
     <profiles>
         <!-- for custom internal repository -->
@@ -966,7 +967,7 @@ under the License.
             <dependency>
                 <groupId>org.apache.doris</groupId>
                 <artifactId>hive-shade-3</artifactId>
-                <version>${doris.shade.version}</version>
+                <version>${doris.shade.hive-shade.version}</version>
             </dependency>
 
             <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to