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 |
|