taiyang-li commented on issue #4945: URL: https://github.com/apache/gluten/issues/4945#issuecomment-4766592427
@navaneethsujith09 thanks you for you response. I think we can ignore group-by.sql, since it can't be offloaded into gluten. Can you please add a new test logic in "check count distinct with agg fallback", e.g, "select a, count(distinct(b)) , skewness(b) from". In this way, skewness aggregates with keys can also be covered. -- 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]
