-
Notifications
You must be signed in to change notification settings - Fork 180
Remove count aggregation for sort on aggregate measure #4867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove count aggregation for sort on aggregate measure #4867
Conversation
|
cc @noCharger |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
WalkthroughThis pull request implements a feature to remove count aggregations when sorting on aggregate measures. Test expectations are updated across multiple YAML files to reflect changes from custom count aliases (e.g., Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Areas for attention:
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (26)
🔇 Additional comments (27)
Comment |
✅ Actions performedReview triggered.
|
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/sql/backport-2.19-dev 2.19-dev
# Navigate to the new working tree
pushd ../.worktrees/sql/backport-2.19-dev
# Create a new branch
git switch --create backport/backport-4867-to-2.19-dev
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0ab2ba276ead0c9a1d382542e9f2078a2a73ef4a
# Push it to GitHub
git push --set-upstream origin backport/backport-4867-to-2.19-dev
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/sql/backport-2.19-devThen, create a pull request where the |
…oject#4867) Signed-off-by: Lantao Jin <[email protected]> (cherry picked from commit 0ab2ba2)
(cherry picked from commit 0ab2ba2) Signed-off-by: Lantao Jin <[email protected]>
…oject#4867) Signed-off-by: Lantao Jin <[email protected]>
Description
Remove count aggregation for sort-on-measure case
Related Issues
Resolves #4862
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests
✏️ Tip: You can customize this high-level summary in your review settings.