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

zouxinyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a267a7fbe36 [fix](arrow-flight) Modify regression test Arrow version 
to 14.0.1 (#28472)
a267a7fbe36 is described below

commit a267a7fbe361691d598140bd1d523c4e169d68a1
Author: Xinyi Zou <[email protected]>
AuthorDate: Mon Dec 18 14:36:59 2023 +0800

    [fix](arrow-flight) Modify regression test Arrow version to 14.0.1 (#28472)
    
    Same as #28093
---
 regression-test/framework/pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/regression-test/framework/pom.xml 
b/regression-test/framework/pom.xml
index 4d8858e5dba..2361baa3804 100644
--- a/regression-test/framework/pom.xml
+++ b/regression-test/framework/pom.xml
@@ -76,24 +76,8 @@ under the License.
         
<groovy-eclipse-compiler.version>3.7.0</groovy-eclipse-compiler.version>
         <antlr.version>4.9.3</antlr.version>
         <hadoop.version>2.8.0</hadoop.version>
-        <arrow.version>15.0.0-SNAPSHOT</arrow.version>
+        <arrow.version>14.0.1</arrow.version>
     </properties>
-    <profiles>
-        <profile>
-            <id>general-env</id>
-            <activation>
-                <property>
-                    <name>!env.CUSTOM_MAVEN_REPO</name>
-                </property>
-            </activation>
-            <repositories>
-                <repository>
-                    <id>arrow-apache-nightlies</id>
-                    <url>https://nightlies.apache.org/arrow/java</url>
-                </repository>
-            </repositories>
-        </profile>
-    </profiles>
     <build>
         <plugins>
             <plugin>


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

Reply via email to