Open mcheshkov opened 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.69%. Comparing base (
5fd13d1
) to head (f9925b7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Check List
Description of Changes Made (if issue reference is not provided)
Aggregate(CubeScan(limit=n))
is not equivalent toCubeScan(aggregation, limit=n)
Former does aggregation over first n rows, latter returns first n rows after aggregation.