rusackas commented on PR #41184: URL: https://github.com/apache/superset/pull/41184#issuecomment-5040607431
Thanks for catching this, @aminghadersohi. Turned out `splitGroupingSetsResult` was dropping every row when the frame had no `GROUPING()` marker columns (any query that never hit the grouping-sets extra), so it now falls back to attributing them to the leaf level. `sharded-jest-tests (6)` is green on the current head. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
