lexluo09 commented on code in PR #20185: URL: https://github.com/apache/doris/pull/20185#discussion_r1225841904
########## fe/pom.xml: ########## @@ -263,16 +263,24 @@ under the License. <RoaringBitmap.version>0.8.13</RoaringBitmap.version> <spark.version>2.4.6</spark.version> <hive.version>3.1.3</hive.version> + <hive.common.version>2.3.9</hive.common.version> + <mapreduce.client.version>2.10.1</mapreduce.client.version> <calcite.version>1.33.0</calcite.version> <avatica.version>1.22.0</avatica.version> <!-- ATTN: avro version must be consistent with Iceberg version --> <!-- Please modify iceberg.version and avro.version together, you can find avro version info in iceberg mvn repository --> <iceberg.version>1.1.0</iceberg.version> <maxcompute.version>0.43.3-public</maxcompute.version> + <arrow.version>9.0.0</arrow.version> <avro.version>1.11.1</avro.version> <!-- hudi --> <hudi.version>0.13.0</hudi.version> + <presto.hadoop.version>2.7.4-11</presto.hadoop.version> + <presto.hive.version>3.0.0-8</presto.hive.version> + <!-- hudi be scan version TODO Verify compatibility --> + <hudi.scan.version>0.12.2</hudi.scan.version> Review Comment: yes. ########## fe/be-java-extensions/paimon-scanner/pom.xml: ########## @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <artifactId>be-java-extensions</artifactId> + <groupId>org.apache.doris</groupId> + <version>${revision}</version> + </parent> + <modelVersion>4.0.0</modelVersion> + + <artifactId>paimon-scanner</artifactId> + + <properties> + <maven.compiler.source>8</maven.compiler.source> + <maven.compiler.target>8</maven.compiler.target> + <paimon.version>0.4-SNAPSHOT</paimon.version> Review Comment: yes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org