Skip to content

Commit 4332b60

Browse files
chore: update lance dependency to v6.0.0-rc.2 (#496)
## Summary - Bump `lance.version` to `6.0.0-rc.2`. - Update Docker `LANCE_SPARK_VERSION` to the current `lance-spark.version` (`0.4.0-beta.4`). - Confirm `LANCE_NS_VERSION` remains `0.7.2`, matching the `lance-namespace-core` dependency in the tagged `lance-core` POM. ## Verification - `make lint` passed. - `make install` passed for the default Spark 3.5 / Scala 2.12 build after installing `org.lance:lance-core:6.0.0-rc.2` from the upstream tag into the local Maven cache; Maven Central metadata did not yet list `6.0.0-rc.2` during this run. Triggering tag: refs/tags/v6.0.0-rc.2
1 parent b00c69a commit 4332b60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ WORKDIR ${SPARK_HOME}
4242
ENV SPARK_VERSION=${SPARK_DOWNLOAD_VERSION}
4343
ENV SPARK_MAJOR_VERSION=${SPARK_MAJOR_VERSION}
4444
ENV SCALA_VERSION=${SCALA_VERSION}
45-
ENV LANCE_SPARK_VERSION=0.4.0-beta.3
45+
ENV LANCE_SPARK_VERSION=0.4.0-beta.4
4646
ENV LANCE_NS_VERSION=0.7.2
4747

4848
# Download spark

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<properties>
5353
<lance-spark.version>0.4.0-beta.4</lance-spark.version>
54-
<lance.version>6.0.0-beta.4</lance.version>
54+
<lance.version>6.0.0-rc.2</lance.version>
5555
<lance-namespace.version>0.7.2</lance-namespace.version>
5656
<lance-namespace-impl.version>0.3.0</lance-namespace-impl.version>
5757

0 commit comments

Comments
 (0)