gh-yzou opened a new pull request, #1933:
URL: https://github.com/apache/polaris/pull/1933
Today, when use the polaris spark client with Spark using --package, it also
tries to download the following unused package
```
found
org.apache.polaris#polaris-api-management-model;1.1.0-incubating-SNAPSHOT in
local-m2-cache
found com.fasterxml.jackson.core#jackson-annotations;2.19.0 in central
found com.fasterxml.jackson.core#jackson-core;2.19.0 in central
found com.fasterxml.jackson.core#jackson-databind;2.19.0 in central
found com.github.ben-manes.caffeine#caffeine;3.2.1 in central
```
Exclude those dependency to avoid downloading unnecessary package when using
the Polaris Spark Client with spark using --packages.
After exclusion, only the following dependency are pulled
```
found org.apache.polaris#polaris-spark-3.5_2.12;1.1.0-incubating-SNAPSHOT in
local-m2-cache
found org.apache.polaris#polaris-core;1.1.0-incubating-SNAPSHOT in
local-m2-cache
found org.slf4j#slf4j-api;2.0.17 in central
found org.apache.iceberg#iceberg-spark-runtime-3.5_2.12;1.9.0 in central
```
--
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]