harshmotw-db commented on PR #48909: URL: https://github.com/apache/spark/pull/48909#issuecomment-2489935339
@dtenedor This PR prohibits `select distinct`, and `GROUP BY` was [already disabled](https://github.com/apache/spark/blob/ad46db4ef671d8829dfffba2780ba0f6b4f4e43d/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ExprUtils.scala#L203). It was believe that this code path would also disable other operations which require grouping but apparently not. -- 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]
