Lance Release
|
b72ac073ab
|
Bump version: 0.11.0-beta.0 → 0.11.0-beta.1
|
2024-09-24 16:51:16 +00:00 |
|
Lance Release
|
d6cf2dafc6
|
Bump version: 0.10.0 → 0.11.0-beta.0
|
2024-09-19 17:53:00 +00:00 |
|
LuQQiu
|
e118c37228
|
ci: enable java auto release (#1602)
Enable bump java pom.xml versions
Enable auto java release when detect stable github release
|
2024-09-19 10:51:03 -07:00 |
|
Lei Xu
|
4ee7225e91
|
ci: public java package (#1485)
Co-authored-by: Lu Qiu <luqiujob@gmail.com>
|
2024-09-05 11:48:48 -07:00 |
|
Beinan
|
3c62806b6a
|
fix(java): the JVM crash when using jdk 8 (#1372)
The Optional::isEmpty does not exist in java 8, so we should use
isPresent instead
|
2024-06-08 22:43:41 -07:00 |
|
Cory Grinstead
|
2f4b70ecfe
|
chore: clippy warnings inside java bindings (#1330)
this was causing unrelated PR's to fail.
https://github.com/lancedb/lancedb/actions/runs/9274579178/job/25517248069?pr=1308
|
2024-05-28 14:05:07 -05:00 |
|
LuQQiu
|
db712b0f99
|
feat(java): add table names java api (#1279)
Add lancedb-jni and table names API
---------
Co-authored-by: Lei Xu <eddyxu@gmail.com>
|
2024-05-24 11:49:11 -07:00 |
|