Open westonpace opened 5 days ago
Attention: Patch coverage is 20.00000%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 77.89%. Comparing base (
f257489
) to head (faedd7e
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
rust/lance/src/datafusion/sql.rs | 0.00% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a basic prototype for SQL queries. I'm a bit torn if it's useful. I think we can soon support datafusion-python. Once we can then users will have the choice of both datafusion-python and duckdb. I'm not sure if there's value in also maintaining a simple no-dependency endpoint for SQL queries.