chore: update lance dependency to v8.0.0-beta.4 (#3507)

Updates LanceDB Lance dependencies to Lance v8.0.0-beta.4.

Includes the required compatibility fix for the new Lance file writer
finish summary API.

Lance tag:
https://github.com/lance-format/lance/releases/tag/v8.0.0-beta.4
This commit is contained in:
LanceDB Robot
2026-06-05 06:28:14 -07:00
committed by GitHub
parent 3868965413
commit c484b24e51
4 changed files with 67 additions and 57 deletions

View File

@@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>15.0.0</arrow.version>
<lance-core.version>8.0.0-beta.2</lance-core.version>
<lance-core.version>8.0.0-beta.4</lance-core.version>
<spotless.skip>false</spotless.skip>
<spotless.version>2.30.0</spotless.version>
<spotless.java.googlejavaformat.version>1.7</spotless.java.googlejavaformat.version>