Skip to content

feat(cubesql): Support SQL pushdown for LAG/LEAD functions#10407

Merged
MazterQyou merged 1 commit intomasterfrom
cubesql/lag-lead-sql-push-down
Feb 18, 2026
Merged

feat(cubesql): Support SQL pushdown for LAG/LEAD functions#10407
MazterQyou merged 1 commit intomasterfrom
cubesql/lag-lead-sql-push-down

Conversation

@MazterQyou
Copy link
Member

Check List

  • Tests have been run in packages where changes have been 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 adds SQL pushdown support for LAG and LEAD functions. Related test is included.

Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
@MazterQyou MazterQyou requested review from a team as code owners February 18, 2026 14:46
@github-actions github-actions bot added rust Pull requests that update Rust code javascript Pull requests that update Javascript code labels Feb 18, 2026
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 83.30%. Comparing base (170a910) to head (f066a96).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
rust/cubesql/cubesql/src/compile/mod.rs 96.77% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10407   +/-   ##
=======================================
  Coverage   83.29%   83.30%           
=======================================
  Files         250      250           
  Lines       74686    74719   +33     
=======================================
+ Hits        62212    62241   +29     
- Misses      12474    12478    +4     
Flag Coverage Δ
cubesql 83.30% <96.96%> (+<0.01%) ⬆️

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 merged commit c968656 into master Feb 18, 2026
165 of 181 checks passed
@MazterQyou MazterQyou deleted the cubesql/lag-lead-sql-push-down branch February 18, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants