amol- commented on pull request #11624: URL: https://github.com/apache/arrow/pull/11624#issuecomment-970470276
@jorisvandenbossche @pitrou I was working toward the multistep API refactoring and I was wondering about the grouping alone case (`group_by(["keys"]).collect()`?). At the moment it seems that the `GroupBy` C++ function doesn't support grouping without any provided aggregation. Do you think it would be a reasonable work-around to run a `count`Â aggregation just to drop it or should we just leave out the plain grouping for the moment? -- 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]
