lancedb / lance-spark

Spark integrations for working with Lance datasets
Apache License 2.0
5 stars 2 forks source link

Lance core dependency is not found in mvn central repo #14

Open lsyldliu opened 2 weeks ago

lsyldliu commented 2 weeks ago

When I git clone this repo to my macos, I found the Maven can't index the lance-core module, the specific version in this repo is 0.25.3. But the Maven Central repo latest jar is 0.25.1: https://mvnrepository.com/artifact/com.lancedb/lance-core.

How can I get the 0.25.3 version lance-core jar?

I also can't get lance-catalog-apache-client jar, the Maven Central repo doesn't contain it.

Thanks.

lsyldliu commented 2 weeks ago

cc @jackye1995