feat(java): integrate lance-namespace to lancedb Java SDK (#2524)

This commit is contained in:
Jack Ye
2025-07-21 14:21:21 -07:00
committed by GitHub
parent 88283110f4
commit 75edb8756c
7 changed files with 503 additions and 4 deletions

View File

@@ -13,13 +13,19 @@
</parent>
<artifactId>lancedb-core</artifactId>
<name>LanceDB Core</name>
<name>${project.artifactId}</name>
<description>LanceDB Core</description>
<packaging>jar</packaging>
<properties>
<rust.release.build>false</rust.release.build>
</properties>
<dependencies>
<dependency>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-core</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>