Skip to content

Commit 2be1d14

Browse files
chore: update lance dependency to v6.0.0-beta.3 (#478)
## Summary - Bump `lance.version` from `6.0.0-beta.2` to `6.0.0-beta.3`. - Verified `docker/Dockerfile` version pins: `LANCE_SPARK_VERSION` already matches `lance-spark.version` (`0.4.0-beta.3`) and `LANCE_NS_VERSION` already matches the `lance-namespace-core` version (`0.6.1`) in the tagged Lance source. - Triggering tag: https://github.com/lance-format/lance/tree/refs/tags/v6.0.0-beta.3 ## Verification - `make lint` passed. - `make install` passed after installing `org.lance:lance-core:6.0.0-beta.3` from the triggering tag into the runner's local Maven cache because Maven Central did not yet resolve that artifact during this run.
1 parent 7353a02 commit 2be1d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3</lance-spark.version>
54-
<lance.version>6.0.0-beta.2</lance.version>
54+
<lance.version>6.0.0-beta.3</lance.version>
5555
<lance-namespace-impl.version>0.1.3</lance-namespace-impl.version>
5656

5757
<arrow14.version>14.0.2</arrow14.version>

0 commit comments

Comments
 (0)