Skip to content

Commit 183bfa3

Browse files
committed
[improve](dep)Use ArrowBOM to manage dependencies
1 parent a0ecbae commit 183bfa3

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

fe/pom.xml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ under the License.
324324
<maxcompute.version>0.49.0-public</maxcompute.version>
325325
<!-- Arrow 19.0.1 will MacOS compile error and decimal type error when convert to Parquet
326326
https://github.com/apache/doris/pull/51217-->
327-
<arrow.version>17.0.0</arrow.version>
327+
<arrow.version>18.3.0</arrow.version>
328328
<presto.hadoop.version>2.7.4-11</presto.hadoop.version>
329329
<presto.hive.version>3.0.0-8</presto.hive.version>
330330
<!-- lakesoul -->
@@ -1486,43 +1486,9 @@ under the License.
14861486
</dependency>
14871487
<dependency>
14881488
<groupId>org.apache.arrow</groupId>
1489-
<artifactId>arrow-vector</artifactId>
1490-
<version>${arrow.version}</version>
1491-
</dependency>
1492-
<dependency>
1493-
<groupId>org.apache.arrow</groupId>
1494-
<artifactId>arrow-memory-netty</artifactId>
1495-
<version>${arrow.version}</version>
1496-
</dependency>
1497-
<dependency>
1498-
<groupId>org.apache.arrow</groupId>
1499-
<artifactId>arrow-memory-netty-buffer-patch</artifactId>
1500-
<version>${arrow.version}</version>
1501-
</dependency>
1502-
<dependency>
1503-
<groupId>org.apache.arrow</groupId>
1504-
<artifactId>flight-core</artifactId>
1505-
<version>${arrow.version}</version>
1506-
</dependency>
1507-
<dependency>
1508-
<groupId>org.apache.arrow</groupId>
1509-
<artifactId>flight-sql</artifactId>
1510-
<version>${arrow.version}</version>
1511-
</dependency>
1512-
<dependency>
1513-
<groupId>org.apache.arrow</groupId>
1514-
<artifactId>flight-sql-jdbc-driver</artifactId>
1515-
<version>${arrow.version}</version>
1516-
</dependency>
1517-
<dependency>
1518-
<groupId>org.apache.arrow</groupId>
1519-
<artifactId>arrow-memory-core</artifactId>
1520-
<version>${arrow.version}</version>
1521-
</dependency>
1522-
<dependency>
1523-
<groupId>org.apache.arrow</groupId>
1524-
<artifactId>arrow-jdbc</artifactId>
1489+
<artifactId>arrow-bom</artifactId>
15251490
<version>${arrow.version}</version>
1491+
<type>pom</type>
15261492
</dependency>
15271493
<dependency>
15281494
<groupId>org.immutables</groupId>

0 commit comments

Comments
 (0)