Skip to content

Conversation

@mcheshkov
Copy link
Contributor

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Description of Changes Made (if issue reference is not provided)

Aggregate(CubeScan(limit=n)) is not equivalent to CubeScan(aggregation, limit=n)
Former does aggregation over first n rows, latter returns first n rows after aggregation.

@vercel
Copy link

vercel bot commented Nov 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 1:04pm

@codecov
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.72%. Comparing base (2b4bc9e) to head (f7fa097).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8929      +/-   ##
==========================================
+ Coverage   82.68%   82.72%   +0.03%     
==========================================
  Files         221      221              
  Lines       78474    78609     +135     
==========================================
+ Hits        64890    65026     +136     
+ Misses      13584    13583       -1     
Flag Coverage Δ
cubesql 82.72% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcheshkov mcheshkov marked this pull request as ready for review November 8, 2024 01:33
@mcheshkov mcheshkov requested a review from a team as a code owner November 8, 2024 01:33
@mcheshkov mcheshkov force-pushed the deny-aggregation-over-limit branch 4 times, most recently from afa5daa to f9925b7 Compare November 13, 2024 11:37
@mcheshkov mcheshkov force-pushed the deny-aggregation-over-limit branch from f9925b7 to 66ee562 Compare November 27, 2024 13:04
@mcheshkov mcheshkov force-pushed the deny-aggregation-over-limit branch from 66ee562 to 0e9d29c Compare December 6, 2024 07:52
@mcheshkov mcheshkov force-pushed the deny-aggregation-over-limit branch from 0e9d29c to f7fa097 Compare December 6, 2024 09:50
@mcheshkov mcheshkov merged commit 5b10a68 into master Dec 6, 2024
74 checks passed
@mcheshkov mcheshkov deleted the deny-aggregation-over-limit branch December 6, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants