Skip to content

Conversation

MazterQyou
Copy link
Member

Check List

  • Tests have 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

This PR resolves an issue with SQL push down queries having pre-aggregation description which let it bypass rollup-only mode and get registered as a pre-aggregated query.

@MazterQyou MazterQyou requested a review from a team as a code owner September 30, 2025 10:05
@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch 2 times, most recently from 11f5bb6 to c4a599b Compare September 30, 2025 19:56
@MazterQyou MazterQyou changed the title fix(api-gateway): Remove pre-aggregation description from SQL push down queries fix(api-gateway): Do not collect disabled external pre-aggregations Sep 30, 2025
@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch from c4a599b to e77ac27 Compare September 30, 2025 20:33
@MazterQyou MazterQyou requested a review from a team as a code owner September 30, 2025 20:33
@MazterQyou MazterQyou changed the title fix(api-gateway): Do not collect disabled external pre-aggregations fix(schema-compiler): Do not collect disabled external pre-aggregations Sep 30, 2025
@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch 2 times, most recently from 6697863 to 42df50b Compare October 1, 2025 11:58
Copy link
Member

@KSDaemon KSDaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch from 42df50b to d0ea909 Compare October 1, 2025 13:29
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.19%. Comparing base (4acf218) to head (3889a4e).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10014      +/-   ##
==========================================
+ Coverage   83.16%   83.19%   +0.02%     
==========================================
  Files         244      244              
  Lines       73249    73429     +180     
==========================================
+ Hits        60916    61087     +171     
- Misses      12333    12342       +9     
Flag Coverage Δ
cubesql 83.19% <ø> (+0.02%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch from d0ea909 to ff90238 Compare October 1, 2025 13:49
@MazterQyou MazterQyou force-pushed the api-gateway/sql-push-down-no-preaggs branch from ff90238 to 4236893 Compare October 1, 2025 16:20
Copy link
Member

@KSDaemon KSDaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Let's make one place more aligned with the rest of the code :)

@KSDaemon KSDaemon merged commit 7b2874e into master Oct 1, 2025
116 of 119 checks passed
@KSDaemon KSDaemon deleted the api-gateway/sql-push-down-no-preaggs branch October 1, 2025 18:45
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.

3 participants