Hi Yufei, I just did a local build with "publishToMavelLocal" from the RC0 tag and tried the Spark Client like this:
bin/spark-sql --packages org.apache.polaris:polaris-spark-3.5_2.12:1.0.0-incubating [...] This is what current docs [1] indicate. Spark performs the following downloads: org.apache.polaris#polaris-spark-3.5_2.12 added as a dependency :: resolving dependencies :: org.apache.spark#spark-submit-parent-60148a34-653e-4a07-8611-756d318e8a88;1.0 confs: [default] found org.apache.polaris#polaris-spark-3.5_2.12;1.0.0-incubating in local-m2-cache found org.apache.polaris#polaris-core;1.0.0-incubating in local-m2-cache found org.apache.polaris#polaris-api-management-model;1.0.0-incubating 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 org.apache.iceberg#iceberg-spark-runtime-3.5_2.12;1.9.0 in central [...] Note that unshaded Jackson is pulled but iceberg-spark-runtime uses shaded Jackson, AFAIK. TBH, I don't really know how to test it end-to-end so I just checked the downloads. Is that a concern? [1] https://polaris.apache.org/in-dev/unreleased/polaris-spark-client/ Thanks, Dmitri. On Mon, Jun 23, 2025 at 9:25 PM Yufei Gu <flyrain...@gmail.com> wrote: > Hi everyone, > > I propose that we release the following RC as the official > Apache Polaris 1.0.0-incubating release. > > This corresponds to the tag: apache-polaris-1.0.0-incubating-rc0 > * > > https://github.com/apache/polaris/commits/apache-polaris-1.0.0-incubating-rc0 > * > > https://github.com/apache/polaris/tree/3e3cd23dfdc261686f3935c8ea2c472b0bd3e8b8 > > The release tarball, signature, and checksums are here, which includes both > source code distribution and a single binary distribution: > * > > https://dist.apache.org/repos/dist/dev/incubator/polaris/apache-polaris-1.0.0-incubating > > You can find the KEYS file here: > * https://downloads.apache.org/incubator/polaris/KEYS > > Convenience binary artifacts are staged on Nexus. The Maven repository URL > is: > * > > https://repository.apache.org/content/repositories/orgapachepolaris-1020/org/apache/polaris/ > > Please download, verify, and test. > > Please vote in the next 72 hours. > > [ ] +1 Release this as Apache polaris 1.0.0-incubating > [ ] +0 > [ ] -1 Do not release this because... > > Only PPMC members and mentors have binding votes, but other community > members are > encouraged to cast non-binding votes. This vote will pass if there are 3 > binding +1 votes and more binding +1 votes than -1 votes. > > NB: if this vote passes, a new vote has to be started on the Incubator > general mailing > list. > > Thanks > Yufei >