Open MazterQyou opened 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Attention: Patch coverage is 92.42424%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 82.68%. Comparing base (
591a383
) to head (23315a0
).
Files with missing lines | Patch % | Lines |
---|---|---|
rust/cubesql/cubesql/src/compile/query_engine.rs | 86.79% | 7 Missing :warning: |
rust/cubesql/cubesql/src/sql/compiler_cache.rs | 94.54% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Check List
Description of Changes Made
This PR restructures the way compiler cache works, removing the need to call async Node functions while planning, at the cost of passing around
compiler_id
.