LuciferYang commented on PR #47378:
URL: https://github.com/apache/spark/pull/47378#issuecomment-2232457945
local run
```
./dev/test-dependencies.sh --replace-manifest
git diff
```
```
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 9dba90b81b6..a1278741a87 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -10,7 +10,10 @@
aliyun-java-sdk-core/4.5.10//aliyun-java-sdk-core-4.5.10.jar
aliyun-java-sdk-kms/2.11.0//aliyun-java-sdk-kms-2.11.0.jar
aliyun-java-sdk-ram/3.1.0//aliyun-java-sdk-ram-3.1.0.jar
aliyun-sdk-oss/3.13.2//aliyun-sdk-oss-3.13.2.jar
+animal-sniffer-annotations/1.23//animal-sniffer-annotations-1.23.jar
+annotations-api/6.0.53//annotations-api-6.0.53.jar
annotations/17.0.0//annotations-17.0.0.jar
+annotations/4.1.1.4//annotations-4.1.1.4.jar
antlr-runtime/3.5.2//antlr-runtime-3.5.2.jar
antlr4-runtime/4.13.1//antlr4-runtime-4.13.1.jar
aopalliance-repackaged/3.0.3//aopalliance-repackaged-3.0.3.jar
@@ -63,11 +66,22 @@ derby/10.16.1.1//derby-10.16.1.1.jar
derbyshared/10.16.1.1//derbyshared-10.16.1.1.jar
derbytools/10.16.1.1//derbytools-10.16.1.1.jar
dropwizard-metrics-hadoop-metrics2-reporter/0.1.2//dropwizard-metrics-hadoop-metrics2-reporter-0.1.2.jar
+error_prone_annotations/2.18.0//error_prone_annotations-2.18.0.jar
esdk-obs-java/3.20.4.2//esdk-obs-java-3.20.4.2.jar
flatbuffers-java/23.5.26//flatbuffers-java-23.5.26.jar
gcs-connector/hadoop3-2.2.21/shaded/gcs-connector-hadoop3-2.2.21-shaded.jar
gmetric4j/1.0.10//gmetric4j-1.0.10.jar
-gson/2.2.4//gson-2.2.4.jar
+grpc-api/1.62.2//grpc-api-1.62.2.jar
+grpc-context/1.62.2//grpc-context-1.62.2.jar
+grpc-core/1.62.2//grpc-core-1.62.2.jar
+grpc-inprocess/1.62.2//grpc-inprocess-1.62.2.jar
+grpc-netty/1.62.2//grpc-netty-1.62.2.jar
+grpc-protobuf-lite/1.62.2//grpc-protobuf-lite-1.62.2.jar
+grpc-protobuf/1.62.2//grpc-protobuf-1.62.2.jar
+grpc-services/1.62.2//grpc-services-1.62.2.jar
+grpc-stub/1.62.2//grpc-stub-1.62.2.jar
+grpc-util/1.62.2//grpc-util-1.62.2.jar
+gson/2.8.9//gson-2.8.9.jar
guava/14.0.1//guava-14.0.1.jar
hadoop-aliyun/3.4.0//hadoop-aliyun-3.4.0.jar
hadoop-annotations/3.4.0//hadoop-annotations-3.4.0.jar
@@ -102,6 +116,7 @@ icu4j/75.1//icu4j-75.1.jar
ini4j/0.5.4//ini4j-0.5.4.jar
istack-commons-runtime/3.0.8//istack-commons-runtime-3.0.8.jar
ivy/2.5.2//ivy-2.5.2.jar
+j2objc-annotations/2.8//j2objc-annotations-2.8.jar
...
```
I think we should modify `assembly/pom.xml` to prevent dependency leakage.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]