You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql: fix checkScanParallelizationIfLocal for groupNode
This commit fixes a bug in `checkScanParallelizationIfLocal` that caused
it to ignore all but the last aggregate function in a `groupNode`. This
has been fixed and a test has been added. In addition, an early return
has been added to the `renderNode` case.
Release note: None
0 commit comments