Open mcheshkov opened 1 week ago
Attention: Patch coverage is 0%
with 48 lines
in your changes missing coverage. Please review.
Project coverage is 82.72%. Comparing base (
5fd13d1
) to head (05e20cb
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...st/cubesql/cubesql/src/compile/rewrite/rewriter.rs | 0.00% | 47 Missing :warning: |
...st/cubesql/cubesql/src/compile/rewrite/analysis.rs | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Check List
Description of Changes Made (if issue reference is not provided)
Add proper parsing on UI side, to catch data format changes. Move most of data preparation related to UI (like a concepts of edge or combo) to UI completely, simplify data collection on rewriter side.