fix(sql): fix reverse-order argument parsing in multi-arg window function#6697
fix(sql): fix reverse-order argument parsing in multi-arg window function#6697bluestreak01 merged 5 commits intomasterfrom
Conversation
WalkthroughFixed argument collection order in WindowExprTreeBuilder (ExpressionParser) so multi-argument and nested window functions receive args in forward order; added and reorganized many tests covering nested window functions, CASE interactions, ORDER/PARTITION BY arity, and multi-argument functions. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@CodeRabbit review this PR, please. |
|
🧠 Learnings used✅ Actions performedReview triggered.
|
[PR Coverage check]😍 pass : 2 / 2 (100.00%) file detail
|
|
@CodeRabbit what is the story with your review? |
|
🧠 Learnings used✅ Actions performedReview triggered.
|
Fixes #6695.