fix(cubesql): Support GROUP BY () empty grouping set#11331
Conversation
|
Claude finished @MazterQyou's task in 33s —— View job Code ReviewVerdict: LGTM — small, well-scoped change. Review details
Summary of changes
Code quality
Security / performance
Testing
Documentation
Dependency bump risk
Nothing blocking here. |
a97c245 to
fe501e4
Compare
|
Claude finished @MazterQyou's task in 25s —— View job Code ReviewVerdict: LGTM — small, well-scoped fix. Already approved by @ovr; nothing blocking on re-review. Review details
Summary of changes
Code quality
Testing coverage
Dependency bump risk
Nothing blocking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11331 +/- ##
=======================================
Coverage 79.51% 79.52%
=======================================
Files 473 473
Lines 98023 98064 +41
Branches 3549 3549
=======================================
+ Hits 77942 77981 +39
- Misses 19572 19574 +2
Partials 509 509
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
fe501e4 to
70ac81a
Compare
|
Claude finished @MazterQyou's task in 27s —— View job Code ReviewVerdict: LGTM — small, well-scoped fix. Already approved by @ovr.
Review detailsDiff summary
Code quality
Testing
Dependency bump risk
Nothing blocking. |
Check List
Description of Changes Made
This PR bumps cube-js/arrow-datafusion@809d376, fixing
GROUP BY ()queries failing withPlanning Error: Initial planning error: This feature is not implemented: Unsupported ast node Tuple([]) in sqltorel:GROUP BY ()is a valid PostgreSQL empty grouping set equivalent to aggregation withoutGROUP BY. Related test is included.