lgbo-ustc opened a new issue, #10741: URL: https://github.com/apache/incubator-gluten/issues/10741
### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. ```sql select a, b rank() over (partition by k order by c, k) as k from t where k = 1 ``` partition key `k` appears in sorting keys, `AggregateGroupLimitRelParser` has bug to handle this case ### Gluten version _No response_ ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
