lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.46k stars 180 forks source link

fix(java): fix JNI jar loader issue #2340

Closed LuQQiu closed 4 weeks ago

LuQQiu commented 4 weeks ago

Fix the jNI jar loading issue, making sure all Java classes loaded the JNI jar

codecov-commenter commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 6.66667% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 80.77%. Comparing base (00cda83) to head (67c7ec7).

Files Patch % Lines
java/core/lance-jni/src/ffi_test_helper.rs 0.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2340 +/- ## ========================================== - Coverage 80.80% 80.77% -0.03% ========================================== Files 192 193 +1 Lines 56189 56189 Branches 56189 56189 ========================================== - Hits 45403 45388 -15 - Misses 8117 8128 +11 - Partials 2669 2673 +4 ``` | [Flag](https://app.codecov.io/gh/lancedb/lance/pull/2340/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/lancedb/lance/pull/2340/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb) | `80.77% <6.66%> (-0.03%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=lancedb#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.